* 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.
This commit is contained in:
Ken Raeburn 1995-03-08 08:10:49 +00:00
parent 029e2524db
commit 82a7c4572a
1 changed files with 8 additions and 0 deletions

View File

@ -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>