aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-10-13 21:22:49 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-10-13 21:22:49 +0000
commit10181a0dce686bb01df699b50899dde238245c2d (patch)
treeff0aa374bebc7ec458335039eeff63f9c06a87f5 /gas/ChangeLog
parentbce03d3da87e892ff24475217dd76c4d0c18f8c2 (diff)
downloadgdb-10181a0dce686bb01df699b50899dde238245c2d.zip
gdb-10181a0dce686bb01df699b50899dde238245c2d.tar.gz
gdb-10181a0dce686bb01df699b50899dde238245c2d.tar.bz2
* config/tc-mips.c (s_gpdword): New function.
(mips_pseudo_table): Add .gpdword. (mips_need_elf_addend_fixup): never for NEWABI. (md_apply_fix3): Don't mark BFD_RELOC64 after GPREL16 or GPREL32 as done. (s_cpadd): Generate .cpadd on NEWABI.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ab8f584..484556d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-13 Eric Christopher <echristo@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
+
+ * config/tc-mips.c (s_gpdword): New function.
+ (mips_pseudo_table): Add .gpdword.
+ (mips_need_elf_addend_fixup): never for NEWABI.
+ (md_apply_fix3): Don't mark BFD_RELOC64 after GPREL16 or
+ GPREL32 as done.
+ (s_cpadd): Generate .cpadd on NEWABI.
+
2002-10-12 Elias Athanasopoulos <eathan@otenet.gr>
* config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.