comparison gcc/config/powerpcspe/xcoff.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Definitions of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for some generic XCOFF file format 2 for some generic XCOFF file format
3 Copyright (C) 2001-2017 Free Software Foundation, Inc. 3 Copyright (C) 2001-2018 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published 8 under the terms of the GNU General Public License as published
177 177
178 /* This is how to output a reference to a user-level label named NAME. 178 /* This is how to output a reference to a user-level label named NAME.
179 `assemble_name' uses this. */ 179 `assemble_name' uses this. */
180 180
181 #define ASM_OUTPUT_LABELREF(FILE,NAME) \ 181 #define ASM_OUTPUT_LABELREF(FILE,NAME) \
182 asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME)); 182 asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME))
183 183
184 /* This is how to output an internal label prefix. rs6000.c uses this 184 /* This is how to output an internal label prefix. rs6000.c uses this
185 when generating traceback tables. */ 185 when generating traceback tables. */
186 186
187 #define ASM_OUTPUT_INTERNAL_LABEL_PREFIX(FILE,PREFIX) \ 187 #define ASM_OUTPUT_INTERNAL_LABEL_PREFIX(FILE,PREFIX) \