From: Ken Raeburn Date: Wed, 8 Mar 1995 08:10:49 +0000 (+0000) Subject: * config/tc-m68k.c (opcode_ptr): Return pointer to const. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82a7c4572a63512ce21f9738217c3b32fd24e5e0;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 042c58ee662..6bc96ed169d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 8 02:57:53 1995 Ken Raeburn + + * 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