diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-03 18:47:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-03 18:47:53 +0000 |
commit | 99d6ac2f42ac933d1954e34241b38fb773965a17 (patch) | |
tree | 20bae73ff741287f02900f043b2b6b1e14bf0938 | |
parent | e42026815ec62b9d0c8822c6eada3186f3e37886 (diff) | |
download | gdb-99d6ac2f42ac933d1954e34241b38fb773965a17.zip gdb-99d6ac2f42ac933d1954e34241b38fb773965a17.tar.gz gdb-99d6ac2f42ac933d1954e34241b38fb773965a17.tar.bz2 |
Fix typo in previous delta
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e988660..d6d0d48 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,8 +5,8 @@ 2000-07-03 Nick Clifton <nickc@redhat.com> - (IS_EXTERNAL): New macro: Return true if the symbol is an external - symbol. + * cofflink.c (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. |