aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-13 15:23:22 +0000
committerMark Mitchell <mark@codesourcery.com>1999-07-13 15:23:22 +0000
commit97a4bb053f80d5c0aaf586131e82b8593443d320 (patch)
treea99261e1664547f398a22c60c37a56808e9da47e /bfd/ChangeLog
parent5dcf458ac40b6826cab194c2b8665b703bb6637e (diff)
downloadgdb-97a4bb053f80d5c0aaf586131e82b8593443d320.zip
gdb-97a4bb053f80d5c0aaf586131e82b8593443d320.tar.gz
gdb-97a4bb053f80d5c0aaf586131e82b8593443d320.tar.bz2
* elf32-mips.c (mips_elf_calculate_relocation): Do not complain
when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow when the relocation is against _gp_disp.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c274a44..78787ad 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-13 Mark Mitchell <mark@codesourcery.com>
+
+ * elf32-mips.c (mips_elf_calculate_relocation): Do not complain
+ when _gp_disp is undefined. Do not check R_MIPS_LO16 for overflow
+ when the relocation is against _gp_disp.
+
1999-07-12 Mark Mitchell <mark@codesourcery.com>
* dwarf2.c (read_attribute): Support DW_FORM_ref8.