- 31 May, 1996 5 commits
-
-
(ABI_64BIT): Delete. (TARGET_OPTIONS, INITIAL_ELIMINATION_OFFSET, GO_IF_LEGITIMATE_ADDRESS, CONSTANT_ADDRESS_P, LEGITIMATE_CONSTANT_P, LEGITIMIZE_ADDRESS, ASM_OUTPUT_ADDR_DIFF_ELT): Modify. (enum mips_abi_type, SUBTARGET_TARGET_OPTIONS): Define. (mips_abi, mips_abi_string): Declare. From-SVN: r12131
Jim Wilson committed -
-mabi=n32 support. From-SVN: r12130
Jim Wilson committed -
From-SVN: r12129
Jim Wilson committed -
From-SVN: r12128
Jim Wilson committed -
* tree.def (OFFSET_REF): Remove. * expr.c (expand_expr, case OFFSET_REF): Ditto. * tree.c (substitute_in_expr): Remove OFFSET_REF code. Remove some old cruft From-SVN: r12127
Mike Stump committed
-
- 30 May, 1996 2 commits
-
-
From-SVN: r12126
Mike Stump committed -
From-SVN: r12125
Michael Meissner committed
-
- 29 May, 1996 2 commits
-
-
From-SVN: r12124
Mike Stump committed -
From-SVN: r12123
Michael Meissner committed
-
- 28 May, 1996 1 commit
-
-
From-SVN: r12122
Michael Meissner committed
-
- 27 May, 1996 3 commits
-
-
From-SVN: r12121
Doug Evans committed -
from ptr_mode to Pmode. From-SVN: r12120
Richard Kenner committed -
From-SVN: r12119
Doug Evans committed
-
- 26 May, 1996 10 commits
-
-
From-SVN: r12118
Richard Kenner committed -
From-SVN: r12117
Richard Kenner committed -
From-SVN: r12116
Richard Kenner committed -
From-SVN: r12115
Richard Kenner committed -
Don't include alpha.h (WINDOWS_NT): No longer define. From-SVN: r12114
Richard Kenner committed -
From-SVN: r12113
Richard Kenner committed -
From-SVN: r12112
Richard Kenner committed -
From-SVN: r12111
Richard Kenner committed -
(MASK_WINDOWS_NT, TARGET_WINDOWS_NT): New macros. (ASM_OUTPUT_ADDR_DIFF_ELT): Use TARGET_WINDOWS_NT. From-SVN: r12110
Richard Kenner committed -
From-SVN: r12109
Richard Kenner committed
-
- 24 May, 1996 12 commits
-
-
From-SVN: r12098
Roland McGrath committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * sparc/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12097
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * rs6000/win-nt.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12096
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12095
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * m68k/m68k-aout.h (ASM_OUTPUT_BSS): Update. From-SVN: r12094
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * m68k/linux.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12093
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * m68k/coff.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12092
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * i386/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12091
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * i386/linux.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12090
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * h8300/h8300.h (ASM_OUTPUT_BSS): Update. From-SVN: r12089
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. * arm/aout.h (ASM_OUTPUT_ALIGNED_BSS): Update. From-SVN: r12088
Doug Evans committed -
* varasm.c (asm_output_bss): New argument DECL. Use ASM_DECLARE_OBJECT_NAME if defined. (asm_output_aligned_bss): Likewise. (assemble_variable): Pass DECL to ASM_OUTPUT{,_ALIGNED}_BSS. From-SVN: r12087
Doug Evans committed
-
- 23 May, 1996 5 commits
-
-
reg_sign_bit_copies to one not zero to indicate that the value is unknown. From-SVN: r12086
Jim Wilson committed -
instead of or'ing in bits at run time. From-SVN: r12085
Jim Wilson committed -
(LINK_SPEC): Add %{R*}. From-SVN: r12084
Jim Wilson committed -
From-SVN: r12083
Ian Lance Taylor committed -
From-SVN: r12082
Jeff Law committed
-