diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-13 20:04:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-13 20:04:30 +0000 |
commit | 98b5caadf30574caa6ba56a280972aa04decc488 (patch) | |
tree | fdacf5285cc0d3a7589a2ddb5e2b3509a9908801 | |
parent | cbd8493e6cf7c37e1e1bdf88bbf8952956dbe2a6 (diff) | |
download | gdb-98b5caadf30574caa6ba56a280972aa04decc488.zip gdb-98b5caadf30574caa6ba56a280972aa04decc488.tar.gz gdb-98b5caadf30574caa6ba56a280972aa04decc488.tar.bz2 |
* ldmain.c (enter_global_ref): Just ignore any weak symbol for
which we already have a definition, rather than checking in
several different places whether the symbol is weak.
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b689b55..45272ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 13 16:02:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldmain.c (enter_global_ref): Just ignore any weak symbol for + which we already have a definition, rather than checking in + several different places whether the symbol is weak. + Tue Oct 12 17:30:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure.in (mips-*-elf*): New target; use mipsb-elf32. |