diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-03-08 08:10:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-03-08 08:10:49 +0000 |
commit | 82a7c4572a63512ce21f9738217c3b32fd24e5e0 (patch) | |
tree | 34634e7c319b30f913e774db82559cf20924f826 /gas | |
parent | 029e2524db74de9b78e61930678c88d952f8b8f0 (diff) | |
download | gdb-82a7c4572a63512ce21f9738217c3b32fd24e5e0.zip gdb-82a7c4572a63512ce21f9738217c3b32fd24e5e0.tar.gz gdb-82a7c4572a63512ce21f9738217c3b32fd24e5e0.tar.bz2 |
* config/tc-m68k.c (opcode_ptr): Return pointer to const.
(md_begin): Make hash table errors fatal. Process opcode aliases after main
opcode table.
(md_apply_fix_2, case 4): Recode setting of lower_limit to avoid gcc warning.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 042c58e..6bc96ed 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 8 02:57:53 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/tc-m68k.c (opcode_ptr): Return pointer to const. + (md_begin): Make hash table errors fatal. Process opcode aliases + after main opcode table. + (md_apply_fix_2, case 4): Recode setting of lower_limit to avoid + gcc warning. + start-sanitize-arc Tue Mar 7 20:42:35 1995 Doug Evans <dje@chestnut.cygnus.com> |