diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-10 15:15:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-10 15:15:01 +0000 |
commit | 46b85d42877315522123a8ee1a929b7d7e89bc86 (patch) | |
tree | dd282b2c93e930f7fafbd9957dbb1599c9cd7e4a /gas/ChangeLog | |
parent | cce41527ca1386c9658507424cee111869170997 (diff) | |
download | gdb-46b85d42877315522123a8ee1a929b7d7e89bc86.zip gdb-46b85d42877315522123a8ee1a929b7d7e89bc86.tar.gz gdb-46b85d42877315522123a8ee1a929b7d7e89bc86.tar.bz2 |
More warning fixes, and a tweak in tc-hppa.c to check constant
branch offsets a little more thoroughly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7db6673..aeec7a0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2000-07-10 Alan Modra <alan@linuxcare.com.au> + + * config/tc-hppa.c (md_apply_fix): Check fmt 12 and 22 pc-rel + displacements correctly. + + * read.h (s_abort): Add ATTRIBUTE_NORETURN. + +2000-07-10 Ryan Bradetich <rbradetich@uswest.net> + + * hash.c (hash_insert): Add cast to obstruct_alloc to fix + warning. + (hash_jam): Ditto. + 2000-07-09 Alan Modra <alan@linuxcare.com.au> From David Huggins-Daines <dhd@linuxcare.com> @@ -437,7 +450,7 @@ Tue Jun 13 20:58:28 2000 Catherine Moore <clm@redhat.com> Wed Jun 7 22:44:14 2000 Denis Chertykov <denisc@overta.ru> - * config/tc-avr.c (avr_operand): fix the fomratting of the comment. + * config/tc-avr.c (avr_operand): fix the formatting of the comment. Wed Jun 7 21:26:15 2000 Denis Chertykov <denisc@overta.ru> |