aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-06-18 23:05:44 +0000
committerAlan Modra <amodra@gmail.com>2003-06-18 23:05:44 +0000
commit931e13a666718cee753747c6fa61b413db1ca6e2 (patch)
tree8bbda013b1421db914a5cffc949f74295f27e802 /gas/ChangeLog
parent9393cb0db966e6c2217f08c9420a1005a39d26fc (diff)
downloadgdb-931e13a666718cee753747c6fa61b413db1ca6e2.zip
gdb-931e13a666718cee753747c6fa61b413db1ca6e2.tar.gz
gdb-931e13a666718cee753747c6fa61b413db1ca6e2.tar.bz2
* config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
(ppc_change_csect): Add align param. Align frag at start of csect. (ppc_section, ppc_named_section): Adjust ppc_change_csect calls. (ppc_frob_section): Align vma.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cd2c1d6..2974178 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2003-06-19 Alan Modra <amodra@bigpond.net.au>
+
+ * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
+ (ppc_change_csect): Add align param. Align frag at start of csect.
+ (ppc_section, ppc_named_section): Adjust ppc_change_csect calls.
+ (ppc_frob_section): Align vma.
+
2003-06-18 Jakub Jelinek <jakub@redhat.com>
* dw2gencfi.c (EH_FRAME_ALIGNMENT): Define if not defined.
@@ -1595,7 +1602,7 @@
(s_d30v_align <ignore>): Likewise.
(build_insn): Correct format string.
(md_apply_fix3): Likewise.
- * config/tc-fr30.c (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
+ * config/tc-fr30.c (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
(md_undefined_symbol <name>): Likewise.
(md_convert_frag <all args>): Likewise.
(md_cgen_lookup_reloc <insn>): Likewise.
@@ -2056,7 +2063,7 @@
2002-11-21 Randolph Chung <randolph@tausq.org>
- * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbols
+ * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbols
only if they have default visibility.
2002-11-21 Richard Henderson <rth@redhat.com>
@@ -3073,14 +3080,14 @@ Thu Oct 10 14:31:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
* tc-v850.c (v850_relax): Declare.
(v850_longcode): New routine.
(v850_handle_align): New routine.
- (md_pseudo_table): Add longcall and longjump.
+ (md_pseudo_table): Add longcall and longjump.
(md_parse_option): Check for relax option.
- (tc_gen_reloc): Handle BFD_RELOC_V850_LONGCALL,
+ (tc_gen_reloc): Handle BFD_RELOC_V850_LONGCALL,
BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
(md_apply_fix3): Likewise.
(v850_force_relocation): Likewise.
(v850_comm): Change the current section.
- (md_assemble): Ensure that the correct value is put in the
+ (md_assemble): Ensure that the correct value is put in the
fixup.
(v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.