diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:01:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-06 17:01:35 +0000 |
commit | 879db8be1ae5db44e4c72d7126a11154c65d8427 (patch) | |
tree | bbccc13f5ad5316c84a3d92564e937268d8f18c0 /gas/ChangeLog | |
parent | 8849f47dd926d34632dc6b2a16e99114f36ffa2a (diff) | |
download | gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.zip gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.tar.gz gdb-879db8be1ae5db44e4c72d7126a11154c65d8427.tar.bz2 |
Remove warnings building z8k port.
Fix ld -r behaviour
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5149340..82cc92c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2001-06-06 Christian Groessler <cpg@aladdin.de> + + * config/tc-z8k.c: Removed many warnings by removing unused + variables and tagging unused parameters as such. + (md_begin): Fixed a typo (","instead of ";"). + (struct ctrl_table): Add parentheses to initialize array + correctly. + (struct flag_table): Likewise. + (struct intr_table): Likewise. + (struct table): Likewise. + (check_operand): "#if 0"'ed since it doesn't seem to be used. + 2001-06-06 Peter Jakubek <pjak@snafu.de> * gas/config/tc-m68k.c (md_show_usage): Add all supported ColdFire |