mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 04:39:36 +08:00
linux-elf.h: Change all instances of ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
* config/arm/linux-elf.h: Change all instances of ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS. * config/arm/uclinux-elf.h: Likewise. From-SVN: r31011
This commit is contained in:
parent
029135f3a4
commit
193a94fa39
@ -1,3 +1,9 @@
|
||||
Sat Dec 18 05:29:29 1999 Scott Bambrough <scottb@netwinder.org>
|
||||
|
||||
* config/arm/linux-elf.h: Change all instances of
|
||||
ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
|
||||
* config/arm/uclinux-elf.h: Likewise.
|
||||
|
||||
1999-12-18 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* toplev.c (notice, vmessage, v_message_with_file_and_line,
|
||||
|
@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#ifndef SUBTARGET_DEFAULT_APCS26
|
||||
/* Default is to use APCS-32 mode. */
|
||||
# define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_SHORT_BYTE)
|
||||
# define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_MMU_TRAPS)
|
||||
# ifdef SUBTARGET_OLD_LINKER
|
||||
# define SUBTARGET_EXTRA_LINK_SPEC \
|
||||
" %{mapcs-26:-m elf32arm26} %{!mapcs-26:-m elf32arm}"
|
||||
@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */
|
||||
{ "mlittle-endian", "mhard-float", "mapcs-32", "mno-thumb-interwork" }
|
||||
# define CPP_APCS_PC_DEFAULT_SPEC "-D__APCS_32__"
|
||||
#else /* default is APCS-26 */
|
||||
# define TARGET_DEFAULT (ARM_FLAG_SHORT_BYTE)
|
||||
# define TARGET_DEFAULT (ARM_FLAG_MMU_TRAPS)
|
||||
# ifdef SUBTARGET_OLD_LINKER
|
||||
# define SUBTARGET_LINK_SPEC \
|
||||
" %{mapcs-32:-m elf32arm} %{!mapcs-32:-m elf32arm26}"
|
||||
|
@ -29,4 +29,4 @@ Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_VERSION fputs (" (ARM/ELF ucLinux)", stderr);
|
||||
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_SHORT_BYTE | ARM_FLAG_SINGLE_PIC_BASE)
|
||||
#define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_MMU_TRAPS | ARM_FLAG_SINGLE_PIC_BASE)
|
||||
|
Loading…
Reference in New Issue
Block a user