* config/tc-mips.h: Define TARGET_FORMAT if OBJ_ELF.
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Oct 1993 18:24:41 +0000 (18:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Oct 1993 18:24:41 +0000 (18:24 +0000)
commit8822543394d8e115717968e5dd3689c5aa56f28b
tree3db4ccea5deca6d5f58b878ae088c37d574da480
parent9ddf56994c2bf643ba708e492016c99c0c8926f5
* config/tc-mips.h: Define TARGET_FORMAT if OBJ_ELF.
* config/tc-mips.c (GPOPT): Define if OBJ_ECOFF or OBJ_ELF.
(various): Change all references to GP references to apply if
GPOPT, not if OBJ_ECOFF.
(s_change_sec): Rearrange somewhat.  If OBJ_ELF, use .rodata
instead of .rdata.  If OBJ_ELF, set section flags for .rodata and
.sdata sections.
(s_frame, s_loc, s_mask): Comment out entire functions, rather
than just body.  They're not used anyhow.
* configure.in: Set cpu_type to mips for mips*.  Accept
mips-*-elfl* and mips-*-elf*.
gas/ChangeLog
gas/config/tc-mips.c
gas/config/tc-mips.h
This page took 0.02364 seconds and 4 git commands to generate.