diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-08 23:37:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-08 23:37:45 +0000 |
commit | ed753c20492aad05a0bd210970412c6e333dd09c (patch) | |
tree | 0381d7a2c296fd4d5591c4cbbcee45fa22fe1276 /ld/ChangeLog | |
parent | 2b71e1e4d790289e6c62d67104cdfa968ba1d94e (diff) | |
download | gdb-ed753c20492aad05a0bd210970412c6e333dd09c.zip gdb-ed753c20492aad05a0bd210970412c6e333dd09c.tar.gz gdb-ed753c20492aad05a0bd210970412c6e333dd09c.tar.bz2 |
Add Linux style directory searching.
* configure.tgt: Add i386lelf to targ_extra_emuls for
i[345]86-*-linuxaout* and i[345]86-*-linuxoldld. For
i[345]86-*-linux*, set targ_emul to i386lelf, and add elf_i386 to
targ_extra_emuls.
* emulparams/i386lelf.sh: New file, a copy of elf_i386.sh.
* emultempl/elf32.em: If TARGET_IS_i386lelf, use autoconf
recommended mechanism to define DIR and struct dirent.
(libcmp): New static function use only when TARGET_IS_i386lelf.
(gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
* Makefile.in (ALL_EMULATIONS): Add ei386lelf.o
(ei386lelf.c): New target.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index abc8d03..8d85e4c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,20 @@ Fri Sep 8 16:32:43 1995 Ian Lance Taylor <ian@cygnus.com> + Add Linux style directory searching. + * configure.tgt: Add i386lelf to targ_extra_emuls for + i[345]86-*-linuxaout* and i[345]86-*-linuxoldld. For + i[345]86-*-linux*, set targ_emul to i386lelf, and add elf_i386 to + targ_extra_emuls. + * emulparams/i386lelf.sh: New file, a copy of elf_i386.sh. + * emultempl/elf32.em: If TARGET_IS_i386lelf, use autoconf + recommended mechanism to define DIR and struct dirent. + (libcmp): New static function use only when TARGET_IS_i386lelf. + (gld${EMULATION_NAME}_open_dynamic_archive): Likewise. + * Makefile.in (ALL_EMULATIONS): Add ei386lelf.o + (ei386lelf.c): New target. + + * Makefile.in (config.status): Depend upon configure.tgt. + * ldemul.h (ldemul_set_symbols): Declare. (ldemul_parse_args): Declare. * ldemul.c (ldemul_parse_args): Fix indentation. |