diff options
| author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-11 00:23:16 +0000 |
|---|---|---|
| committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-11 00:23:16 +0000 |
| commit | 115ebc5d2f023a609ccd2b532f14c5b3ceab3582 (patch) | |
| tree | 7702e097a85db25221e100c8686c01d704d84f98 | |
| parent | 012f60b019521b1e34d9122686ace2f4c83f6351 (diff) | |
| download | ppe42-gcc-115ebc5d2f023a609ccd2b532f14c5b3ceab3582.tar.gz ppe42-gcc-115ebc5d2f023a609ccd2b532f14c5b3ceab3582.zip | |
* config/rs6000/linux64.h (ASM_SPEC): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55384 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/linux64.h | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06d7826e1c1..815a424bcf2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-11 Alan Modra <amodra@bigpond.net.au> + + * config/rs6000/linux64.h (ASM_SPEC): Define. + 2002-07-10 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (emit_frame_save): New. diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 192e6cc9853..73d3e261286 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -39,6 +39,12 @@ Boston, MA 02111-1307, USA. */ #undef ASM_DEFAULT_SPEC #define ASM_DEFAULT_SPEC "-mppc64" +#undef ASM_SPEC +#define ASM_SPEC "%{.s: %{mregnames} %{mno-regnames}} \ +%{.S: %{mregnames} %{mno-regnames}} \ +%{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian} \ +%{v:-V} %{Qy:} %{!Qn:-Qy} -a64 %(asm_cpu) %{Wa,*:%*}" + /* 64-bit PowerPC Linux always has a TOC. */ #undef TARGET_NO_TOC #define TARGET_NO_TOC 0 |

