aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-11-02 15:20:31 +0000
committerThiemo Seufer <ths@networkno.de>2006-11-02 15:20:31 +0000
commitb9d58d7191dd79b88a77f91e4b621b60966fd692 (patch)
treee8bbae938a7817f3f451eac139bcb688ab7b542c /gas/testsuite/ChangeLog
parent325a4b61ce4789da1e34e8a5af13ccedcbce2f4d (diff)
downloadgdb-b9d58d7191dd79b88a77f91e4b621b60966fd692.zip
gdb-b9d58d7191dd79b88a77f91e4b621b60966fd692.tar.gz
gdb-b9d58d7191dd79b88a77f91e4b621b60966fd692.tar.bz2
[ bfd/ChangeLog ]
* elf-bfd.h (local_call_stubs): New member. * elfxx-mips.c (FN_STUB_P, CALL_STUB_P, CALL_FP_STUB_P): New macros. (mips_elf_calculate_relocation): Handle local mips16 call stubs. (mips16_stub_section_p): Rename from mips_elf_stub_section_p, use the new stub macros. (_bfd_mips_elf_check_relocs): Handle call stubs for code which mixes mips16 and mips32 functions. Use mips16_stub_section_p. Mark used stubs with SEC_KEEP. Use the new stub macros. [ gas/testsuite/ChangeLog ] * gas/mips/mips16-intermix.d, gas/mips/mips16-intermix.s: New testcase. * gas/mips/mips.exp: Run new testcase. [ ld/testsuite/ChangeLog ] * ld-mips-elf/mips16-intermix-1.s, ld-mips-elf/mips16-intermix-2.s, ld-mips-elf/mips16-intermix.d: New testcase. * ld-mips-elf/mips-elf.exp (mips16_intermix_test): Run new testcases.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 87cfb1a..bad5620 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-01 Thiemo Seufer <ths@mips.com>
+
+ * gas/mips/mips16-intermix.d, gas/mips/mips16-intermix.s: New
+ testcase.
+ * gas/mips/mips.exp: Run new testcase.
+
2006-11-01 Mei Ligang <ligang@sunnorth.com.cn>
* gas/score/rD_rA.d: Correct not! and not.c instruction disassembly.