diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-02-13 23:08:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-02-13 23:08:52 +0000 |
commit | 89b41978ab4fce275a3534e25f4ea58f76ae9224 (patch) | |
tree | 56d97e9e660d46a1994d9b0ff8c31da2f66ef139 /gas | |
parent | 151c3ec04339090b99996244a4407ed749af8d2a (diff) | |
download | gdb-89b41978ab4fce275a3534e25f4ea58f76ae9224.zip gdb-89b41978ab4fce275a3534e25f4ea58f76ae9224.tar.gz gdb-89b41978ab4fce275a3534e25f4ea58f76ae9224.tar.bz2 |
* write.c (write_relocs): Correct text in as_fatal error message,
bfd_perform_relocation -> bfd_install_relocation.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d9932d2..1a93e16 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 13 14:40:16 1997 Doug Evans <dje@canuck.cygnus.com> + + * write.c (write_relocs): Correct text in as_fatal error message, + bfd_perform_relocation -> bfd_install_relocation. + Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be> * config/tc-m68k.c (LEX_TILDE): Define if TE_DELTA. |