diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 04:59:28 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 04:59:28 +0000 |
commit | a052da6f0d9c11ef1dd381c7aac3ae623f24dcd0 (patch) | |
tree | d7a77498a2c0803cabf53d603b7c6f8d15f35ff6 /gcc/config/pa/som.h | |
parent | 7a1463d63f2c4e2f94362306ea76ea0405bdb185 (diff) | |
download | gcc-a052da6f0d9c11ef1dd381c7aac3ae623f24dcd0.tar.gz |
* pa.h (ASM_FILE_END): Define.
* som.h (ASM_FILE_END): Delete.
* pa.c (function_arg): Don't pass floats in general registers in
indirect calls if TARGET_ELF32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/som.h')
-rw-r--r-- | gcc/config/pa/som.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index 5604f54a435..22c46538f66 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -349,8 +349,6 @@ readonly_data () \ } \ } while (0) -#define ASM_FILE_END(FILE) output_deferred_plabels (FILE) - /* We want __gcc_plt_call to appear in every program built by gcc, so we make a reference to it out of __main. We use the asm statement to fool the optimizer into not |