aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-12-12 22:43:45 +0000
committerAlan Modra <amodra@gmail.com>2002-12-12 22:43:45 +0000
commitbfc866a6e6fbc8d3ec3907d1e4d0f9f69c3682ff (patch)
treefcd241f05194511df35d79531d0ed582d1021858 /gas/ChangeLog
parentebf19f1b15b555ba40af773c8cd1057e5b2b2c53 (diff)
downloadgdb-bfc866a6e6fbc8d3ec3907d1e4d0f9f69c3682ff.zip
gdb-bfc866a6e6fbc8d3ec3907d1e4d0f9f69c3682ff.tar.gz
gdb-bfc866a6e6fbc8d3ec3907d1e4d0f9f69c3682ff.tar.bz2
* config/tc-a29k.c (insert_sreg): Prototype.
(define_some_regs): Prototype, make static. (parse_operand): Likewise. (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED. (md_show_usage <stream>): Likewise. (md_section_align <segment>): Likewise. (md_convert_frag <all args>): Likewise. (md_estimate_size_before_relax <all args>): Likewise. (md_apply_fix3): Don't cast valP pointer type. Fix bogus >>='s. * config/tc-arm.c (arm_validate_fix): Only for OBJ_COFF or OBJ_ELF.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ec38cbb..921ffeb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
2002-12-13 Alan Modra <amodra@bigpond.net.au>
+ * config/tc-a29k.c (insert_sreg): Prototype.
+ (define_some_regs): Prototype, make static.
+ (parse_operand): Likewise.
+ (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
+ (md_show_usage <stream>): Likewise.
+ (md_section_align <segment>): Likewise.
+ (md_convert_frag <all args>): Likewise.
+ (md_estimate_size_before_relax <all args>): Likewise.
+ (md_apply_fix3): Don't cast valP pointer type. Fix bogus >>='s.
+ * config/tc-arm.c (arm_validate_fix): Only for OBJ_COFF or OBJ_ELF.
* config/tc-d30v.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
(md_undefined_symbol <name>): Likewise.
(md_convert_frag <all args>): Likewise.