The default ASM_OUTPUT_ADDR_DIFF_ELT will now handle our mixed a.out/ELF.
This commit is contained in:
@@ -248,13 +248,6 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#undef ASM_HACK_SYMBOLREF_CODE /* BDE will need to fix this. */
|
||||
|
||||
/* This is how to output an element of a case-vector that is relative.
|
||||
This is only used for PIC code. See comments by the `casesi' insn in
|
||||
i386.md for an explanation of the expression this outputs. */
|
||||
#undef ASM_OUTPUT_ADDR_DIFF_ELT
|
||||
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
|
||||
fprintf ((FILE), "\t.long _GLOBAL_OFFSET_TABLE_+[.-%s%d]\n", LPREFIX, (VALUE))
|
||||
|
||||
#undef ASM_OUTPUT_ALIGN
|
||||
#define ASM_OUTPUT_ALIGN(FILE, LOG) \
|
||||
if ((LOG)!=0) { \
|
||||
|
||||
Reference in New Issue
Block a user