diff options
author | Jeff Law <law@redhat.com> | 1994-01-13 22:53:03 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-01-13 22:53:03 +0000 |
commit | 9558d13f844f54928d3912d8c3b76d95cd5bb976 (patch) | |
tree | 92a43feddec76fcb611488e54390bdec4ac48aff | |
parent | 02a68547b9999e007359187f1ad5e35b43faa9a9 (diff) | |
download | gdb-9558d13f844f54928d3912d8c3b76d95cd5bb976.zip gdb-9558d13f844f54928d3912d8c3b76d95cd5bb976.tar.gz gdb-9558d13f844f54928d3912d8c3b76d95cd5bb976.tar.bz2 |
* som.c (som_set_reloc_info): Provide a default symbol for
relocations which don't actually have an associated symbol.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1978e79..703b100 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Jan 13 12:33:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * som.c (som_set_reloc_info): Provide a default symbol for + relocations which don't actually have an associated symbol. + * som.c (hppa_som_reloc): Add new "error message" argument. Wed Jan 12 13:36:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |