summaryrefslogtreecommitdiffstats
path: root/ld/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies with "make dep-am".Alan Modra2001-07-241-2/+2
|
* Fix dependency for em32relf.cNick Clifton2001-07-141-2/+2
|
* * emulparams/hppa64linux.sh: New file.Alan Modra2001-06-271-4/+8
| | | | | | | | * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o (ehppa64linux.c): Add rule to make it. Run "make dep-am". * Makefile.in: Regenerate.
* Remove auot generated man pagesNick Clifton2001-06-191-8/+9
|
* * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend onHans-Peter Nilsson2001-06-181-7/+7
| | | | | $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em. * Makefile.in: Regenerate.
* Support for xcoff64Tom Rix2001-05-241-0/+4
|
* Improve Solaris compatabilityNick Clifton2001-05-221-0/+4
|
* * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.DJ Delorie2001-05-141-1/+1
| | | | * Makefile.in: Ditto.
* Add gas and ld support for openriscNick Clifton2001-05-021-20/+216
|
* 2001-04-05 Steven J. Hill <sjhill@cotw.com>H.J. Lu2001-04-081-3/+12
| | | | | | | | | | | | | | | | | | | | * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o. (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o. (eelf32ltsmip.c): New target. (eelf64btsmip.c): Likewise. (eelf64ltsmip.c): Likewise. * Makefile.in: Regenerated. * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS target. (mips*-*-linux-gnu*): Likewise. * emulparams/elf32ltsmip.sh: New. Traditional little endian MIPS taget. * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian target. * emulparams/elf64ltsmip.sh: New. Traditional 64bit little endian target.
* Automate generate on man pagesNick Clifton2001-03-251-210/+39
|
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-1/+1
|
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-4/+4
| | | | and run "make dep-am".
* Add ia64-*-aix* configuration.Timothy Wall2001-02-221-0/+4
|
* Add PDP-11 supportNick Clifton2001-02-181-0/+4
|
* Add s390 supportNick Clifton2001-02-101-1/+9
|
* 2001-02-06 Philip Blundell <philb@gnu.org>Phil Blundell2001-02-061-5/+0
| | | | | * Makefile.am: Remove mention of earmelf_linux26. * Makefile.in: Regenerate.
* Allow Maciej to select weird --libdir options and still selectAlan Modra2001-01-221-1/+1
| | | | tooldir correctly.
* Add support for x86_64-*-linux-gnu* targetNick Clifton2000-11-301-0/+4
|
* * ldlex.l (yy_create_string_buffer): Init all structure fields.Alan Modra2000-11-051-2/+2
| | | | | * Makefile.am (DISTCLEANFILES): Add stringify.sed. Move 2000-11-02 Makefile.in changes to this file.
* Add support for *-storm-chaos targetNick Clifton2000-11-021-0/+4
|
* add support for embedded relocs in m68k ELF portNick Clifton2000-09-151-1/+2
|
* 2000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu2000-09-071-1/+3
| | | | | * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h. * Makefile.in: Rebuild.
* * configure.tgt (sh-*-linux*): Added.Alexandre Oliva2000-09-071-0/+8
| | | | | | | * Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file.
* Regenerate files using fixed aclocal install.Nick Clifton2000-09-061-1/+1
|
* A tidy of ld/ldlang.c, and add missing Makefile dependenciesAlan Modra2000-09-051-6/+11
| | | | I should have added with the 2000-07-28 patch.
* Add .gnu.linkonce.wi.* to .debug_info sections.Nick Clifton2000-09-021-27/+219
|
* 2000-08-10 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-08-101-204/+27
| | | | | | | | * emulparams/elf32_i860.sh: New file. * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}. * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o. (eelf32_i860.c): New rule. * Makefile.in: Regenerate.
* Applied Michael's Sokolov's patch to implement --embedded-relocs for m68k coff.Nick Clifton2000-07-211-2/+2
|
* * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,Hans-Peter Nilsson2000-07-201-12/+24
| | | | | | | | | | | ecrislinux.o. (ecrisaout.c, ecriself.c, ecrislinux.c): New rules. Regenerate dependencies. * Makefile.in: Rebuild. * configure.tgt (cris-*-*): New target. * emulparams/crisaout.sh, emulparams/criself.sh, emulparams/crislinux.sh, scripttempl/crisaout.sc: New files. * po/POTFILES.in, po/ld.pot: Regenerate.
* hppaelf.em: Merge from elf32.em and implement multiple linker stubs.Alan Modra2000-07-091-26/+27
| | | | | Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux
* 2000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-021-0/+4
| | | | | | | * configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild.
* 2000-07-01 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-011-8/+10
| | | | | | * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild.
* Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-011-4/+5
|
* Ensure /usr/include and the like stay out of dependencies.Alan Modra2000-06-221-3/+7
|
* 2000-06-21 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-221-70/+64
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* 2000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-201-64/+70
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* tic54x/ibmc54xdsp target for ld.Timothy Wall2000-06-201-0/+4
|
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-1/+17
| | | | for m68hc11 and m68hc12 processors.
* Update dependencies.Alan Modra2000-05-261-20/+190
|
* * Makefile.am: Add PA64 support. Add missing dependencies forJeff Law2000-04-251-1/+11
| | | | | | PA32 elf support. * Makefile.in: Rebuilt. * configure.tgt: Add PA64 support (currently disabled).
* IA-64 ELF support.Jim Wilson2000-04-211-1/+4
|
* * scripttempl/elfppc.sc: Remove.Geoffrey Keating2000-04-141-193/+34
| | | | | | | | | | | | * emulparams/elf32ppc.sh: Use elf.sc. * emulparams/elf32lppc.sh: Use elf.sc. * emulparams/elf32ppclinux.sh: Use elf.sc. * emulparams/elf32ppcsim.sh: New file. * emulparams/elf32lppcsim.sh: New file. * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim. (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim. * Makefile.in: Regenerate. * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-148/+125
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-163/+192
|
* ATMEL AVR microcontroller support.Alan Modra2000-03-271-0/+40
|
* 2000-03-09 Andreas Jaeger <aj@suse.de>H.J. Lu2000-03-091-1/+1
| | | | | * Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild.
* 2000-02-29 H.J. Lu <hjl@gnu.org>H.J. Lu2000-02-291-5/+6
| | | | | | | | * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". Set LC_COLLATE and LC_ALL to null and export them. It is for sort which expects the C locale. Add $(LIBS) to all $(HOSTING_LIBS). * Makefile.in: Rebuild.
* rebuild with current toolsIan Lance Taylor2000-02-271-3/+1
|
* * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.Ian Lance Taylor2000-02-261-9/+1
| | | | | | (ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild.
OpenPOWER on IntegriCloud