diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-25 23:03:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-25 23:03:47 +0000 |
commit | f1b2a4d619ff7427f4d1b9674a98f8799c74d594 (patch) | |
tree | 6dff962d6a1b89e362ef87e2095bcee9a7e21b6f /ld/ChangeLog | |
parent | 8cde3351e4f13f0b6437e37f458296cbfbaf088d (diff) | |
download | gdb-f1b2a4d619ff7427f4d1b9674a98f8799c74d594.zip gdb-f1b2a4d619ff7427f4d1b9674a98f8799c74d594.tar.gz gdb-f1b2a4d619ff7427f4d1b9674a98f8799c74d594.tar.bz2 |
* ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
* ldemul.c (ldemul_recognized_file): new function, new hook
* ldint.texinfo: document new hook.
* ldlang.c (load_symbols): call recognized_hook for all objects we
do recognize, in case the emulation needs to handle them
specially. PE DLLs use this.
* pe-dll.c (pe_dll_generate_def_file): take out hack and debug
printfs
* emultempl/pe.em (gld_i386_recognized_file): new function
(gld_i486_unrecognized_file): take out hack
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9fb6850..fa41a1d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +1998-11-25 DJ Delorie <dj@cygnus.com> + + * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file" + * ldemul.c (ldemul_recognized_file): new function, new hook + * ldint.texinfo: document new hook. + * ldlang.c (load_symbols): call recognized_hook for all objects we + do recognize, in case the emulation needs to handle them + specially. PE DLLs use this. + * pe-dll.c (pe_dll_generate_def_file): take out hack and debug + printfs + * emultempl/pe.em (gld_i386_recognized_file): new function + (gld_i486_unrecognized_file): take out hack + start-sanitize-vr4xxx 1998-11-24 Gavin Romig-Koch <gavin@cygnus.com> |