* config/tc-m88k.c (omagic): Removed unused variable.
This commit is contained in:
parent
e58bd252cb
commit
cb441b387e
2 changed files with 1 additions and 3 deletions
|
@ -8,6 +8,7 @@ Thu Jul 15 11:51:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
|||
need md_pcrel_from for a PC relative relocation within the same
|
||||
file).
|
||||
* config/tc-m88k.c (md_pcrel_from): Corrected return value.
|
||||
(omagic): Removed unused variable.
|
||||
|
||||
* Preliminary support for m88k-coff.
|
||||
* configure.in (m88k-*-coff*): New target. Use coffbfd and
|
||||
|
|
|
@ -135,9 +135,6 @@ static struct hash_control *op_hash = NULL;
|
|||
/* These bits should be turned off in the first address of every segment */
|
||||
int md_seg_align = 7;
|
||||
|
||||
/* This is the number to put at the beginning of the a.out file */
|
||||
long omagic = OMAGIC;
|
||||
|
||||
/* These chars start a comment anywhere in a source file (except inside
|
||||
another comment */
|
||||
const char comment_chars[] = ";";
|
||||
|
|
Loading…
Add table
Reference in a new issue