aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2003-04-25 04:40:09 +0000
committerEric Christopher <echristo@gmail.com>2003-04-25 04:40:09 +0000
commit684022eae4e954e2df8f254431ef2b709cd30c45 (patch)
treecbd23429a5c9af50c3af7a0de10dc182be0f8e6a /gas/ChangeLog
parent4e45ca2e2a615c7ef01a3c32e8b607a9e63abf35 (diff)
downloadgdb-684022eae4e954e2df8f254431ef2b709cd30c45.zip
gdb-684022eae4e954e2df8f254431ef2b709cd30c45.tar.gz
gdb-684022eae4e954e2df8f254431ef2b709cd30c45.tar.bz2
2003-04-24 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (nopic_need_relax): Revert previous change.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c5ba178..8f90de2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,13 +1,18 @@
+2003-04-24 Eric Christopher <echristo@redhat.com>
+
+ * config/tc-mips.c (nopic_need_relax): Revert previous
+ change.
+
2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
* config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
- * config/tc-h8300.c (dwarf2dbg.h): Include
+ * config/tc-h8300.c (dwarf2dbg.h): Include
(md_pseudo_table): Handle .loc and .file
(md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
* Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
* Makefile.in: Regenerate.
-2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
+2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
* config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.
(md_pseudo_table): Add h8300hn, h8300sn.
@@ -145,9 +150,9 @@
* config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
(M6811_OP_PAGE_ADDR): New internal define.
- (get_operand): New modifier %page and %addr to obtain page and
+ (get_operand): New modifier %page and %addr to obtain page and
address part of a far-function.
- (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
+ (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
relocs.
(fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.