diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-14 16:55:56 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-14 16:55:56 +0000 |
commit | 2a2a5ba48f9f800c52d62b936557a4d737411ddc (patch) | |
tree | 955142ce63ee24ff5e4b6b28003d2f138e83dc98 /gcc/config/elfos.h | |
parent | 35836255a01bb0eeef9fcde3fd9f8f40bb4d23f5 (diff) | |
download | gcc-2a2a5ba48f9f800c52d62b936557a4d737411ddc.tar.gz |
PR bootstrap/51094
PR middle-end/51116
* config/elfos.h (TARGET_ASM_INTERNAL_LABEL): Remove.
* varasm.c (default_elf_internal_label): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181355 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 0d883ea0dd7..dc68c810f26 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -125,9 +125,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see } \ while (0) -#undef TARGET_ASM_INTERNAL_LABEL -#define TARGET_ASM_INTERNAL_LABEL default_elf_internal_label - /* Output the label which precedes a jumptable. Note that for all svr4 systems where we actually generate jumptables (which is to say every svr4 target except i386, where we use casesi instead) we put the jump- |