aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-03 18:45:18 +0000
committerNick Clifton <nickc@redhat.com>2000-07-03 18:45:18 +0000
commite42026815ec62b9d0c8822c6eada3186f3e37886 (patch)
tree57a96a36a703991b10adadc0f6b2174bf800581b /bfd/ChangeLog
parent289c596cac835d9be4c1d85ff4c3d4cb078e63ff (diff)
downloadgdb-e42026815ec62b9d0c8822c6eada3186f3e37886.zip
gdb-e42026815ec62b9d0c8822c6eada3186f3e37886.tar.gz
gdb-e42026815ec62b9d0c8822c6eada3186f3e37886.tar.bz2
Turn a weak symbol into an external symbol for a non-shared, non-relocatable
link.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3591928..e988660 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,15 @@
+2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
+
+ * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
+ an external symbol for a non-shared, non-relocatable link.
+
+2000-07-03 Nick Clifton <nickc@redhat.com>
+
+ (IS_EXTERNAL): New macro: Return true if the symbol is an external
+ symbol.
+ (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
+ external symbol.
+
2000-07-03 Kazu Hirata <kazu@hxi.com>
* reloc16.c: Fix formatting.