The default ASM_OUTPUT_ADDR_DIFF_ELT will now handle our mixed a.out/ELF.

This commit is contained in:
David E. O'Brien
2002-05-07 02:25:52 +00:00
parent 6ce0897d11
commit f5519e857b
-7
View File
@@ -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) { \