diff options
author | Jack Lloyd <[email protected]> | 2017-12-02 13:56:07 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-02 13:56:07 -0500 |
commit | 9787f47772fabf0aec7476c8c2c03307f58d9116 (patch) | |
tree | ad0ac8a1372ae358e365695e80aa9eff5b4c8541 /src/build-data | |
parent | 49ad8d6bc85c7b4c70fbb23e21bcc0228952f34a (diff) | |
parent | fb44cc8b188f4399cf1e7ee4953cfeb1507f6ad9 (diff) |
Merge GH #1329 Remove unaligned mem options
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/arch/m68k.txt | 3 | ||||
-rw-r--r-- | src/build-data/arch/ppc32.txt | 1 | ||||
-rw-r--r-- | src/build-data/arch/s390.txt | 1 | ||||
-rw-r--r-- | src/build-data/arch/s390x.txt | 1 | ||||
-rw-r--r-- | src/build-data/arch/x86_32.txt | 1 | ||||
-rw-r--r-- | src/build-data/arch/x86_64.txt | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/src/build-data/arch/m68k.txt b/src/build-data/arch/m68k.txt index 691c45b92..26dac5331 100644 --- a/src/build-data/arch/m68k.txt +++ b/src/build-data/arch/m68k.txt @@ -1,8 +1,5 @@ endian big -# Except for Coldfire -#unaligned ok - <aliases> 680x0 68k diff --git a/src/build-data/arch/ppc32.txt b/src/build-data/arch/ppc32.txt index 2f4ca6723..7d0ce5e24 100644 --- a/src/build-data/arch/ppc32.txt +++ b/src/build-data/arch/ppc32.txt @@ -1,5 +1,4 @@ endian big -unaligned ok family ppc diff --git a/src/build-data/arch/s390.txt b/src/build-data/arch/s390.txt index 6e9f99f12..a5c35637f 100644 --- a/src/build-data/arch/s390.txt +++ b/src/build-data/arch/s390.txt @@ -1,5 +1,4 @@ endian big -unaligned ok <submodels> s390 diff --git a/src/build-data/arch/s390x.txt b/src/build-data/arch/s390x.txt index 0fec592b4..6ed2ec079 100644 --- a/src/build-data/arch/s390x.txt +++ b/src/build-data/arch/s390x.txt @@ -1,5 +1,4 @@ endian big -unaligned ok wordsize 64 <submodels> diff --git a/src/build-data/arch/x86_32.txt b/src/build-data/arch/x86_32.txt index beaf60a41..20401e034 100644 --- a/src/build-data/arch/x86_32.txt +++ b/src/build-data/arch/x86_32.txt @@ -1,5 +1,4 @@ endian little -unaligned ok family x86 diff --git a/src/build-data/arch/x86_64.txt b/src/build-data/arch/x86_64.txt index b162d0ab4..49f8a6a55 100644 --- a/src/build-data/arch/x86_64.txt +++ b/src/build-data/arch/x86_64.txt @@ -1,5 +1,4 @@ endian little -unaligned ok wordsize 64 family x86 |