diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-27 00:21:02 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-27 00:21:02 +0000 |
commit | f38fac2a39a8d02432133df0fc01e1840f43ecaf (patch) | |
tree | ae85cc063d518f3b62d18abbdb178f39fa6bf8f0 /gcc/config/pa | |
parent | 2ac6eab234d123bd539a6429af72e894c60250bb (diff) | |
download | gcc-f38fac2a39a8d02432133df0fc01e1840f43ecaf.tar.gz |
PR fortran/31608
* pa.h (ASM_PN_FORMAT): Delete define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129671 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 7680d3d840d..56e4e131f9a 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1749,9 +1749,6 @@ do { \ #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN) - -#define ASM_PN_FORMAT "%s___%lu" - /* All HP assemblers use "!" to separate logical lines. */ #define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!') |