diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:54:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-01 20:54:37 +0000 |
commit | f0c87f889d8bac9de4a6e0ad4a9a803fc6064a87 (patch) | |
tree | 58b59553ca40c9621f650db082e29c0ff912e505 /ld/ChangeLog | |
parent | 86033394008aa009b3382199efa24b0cfa749862 (diff) | |
download | gdb-f0c87f889d8bac9de4a6e0ad4a9a803fc6064a87.zip gdb-f0c87f889d8bac9de4a6e0ad4a9a803fc6064a87.tar.gz gdb-f0c87f889d8bac9de4a6e0ad4a9a803fc6064a87.tar.bz2 |
Fix building with --enable-targets=all.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3b0d9cc..c480489 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,19 @@ 2000-03-01 H.J. Lu <hjl@gnu.org> + * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR. + * emulparams/shpe.sh: Likewise. + +2000-03-01 Nick Clifton <nickc@cygnus.com> + + * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED + to unused parameters. + + * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static + functions only used by DLL code. + (_place_orphan): Initialise 'dollar'. + +2000-03-01 H.J. Lu <hjl@gnu.org> + * ldmain.c (undefined_symbol): Take one more arg, fatal, to indicate if the undefined symbol is a fatal error or not. Don't delete the output file if "fatal" is false. |