diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
commit | 8370e93e49f0166d09e15906c6eb63f7843c0672 (patch) | |
tree | 1be213df87386538311dc18f4f7eb2c9f19a5c8d /gas/config | |
parent | c7b44b0425dc1a4ee75abee5897de77a2b86648d (diff) | |
download | gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.zip gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.gz gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.bz2 |
Add little endian PowerPC support.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 2 | ||||
-rw-r--r-- | gas/config/ppc-big.mt | 1 | ||||
-rw-r--r-- | gas/config/ppc-lit.mt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 20282ec..c58498b 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -71,6 +71,8 @@ obj-som.c obj-som.h obj-vms.c obj-vms.h +ppc-big.mt +ppc-lit.mt tc-a29k.c tc-a29k.h tc-alpha.c diff --git a/gas/config/ppc-big.mt b/gas/config/ppc-big.mt new file mode 100644 index 0000000..da08852 --- /dev/null +++ b/gas/config/ppc-big.mt @@ -0,0 +1 @@ +TDEFINES=-DTARGET_BYTES_BIG_ENDIAN=1 diff --git a/gas/config/ppc-lit.mt b/gas/config/ppc-lit.mt new file mode 100644 index 0000000..b16a45d --- /dev/null +++ b/gas/config/ppc-lit.mt @@ -0,0 +1 @@ +TDEFINES=-DTARGET_BYTES_LITTLE_ENDIAN=1 |