summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix.h
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2001-05-25 22:08:30 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2001-05-25 18:08:30 -0400
commitf245e30e856e5868d579d789f063d6fef76c58ca (patch)
treea762023462266c93ee2ed050074a3e0dd0bda2ea /gcc/config/rs6000/aix.h
parentbd937d500d491f97516cb13ba52e35aed766f6dc (diff)
downloadgcc-f245e30e856e5868d579d789f063d6fef76c58ca.tar.gz
xcoffout.h (DBX_OUTPUT_GCC_MARKER): Do not emit any marker.
* xcoffout.h (DBX_OUTPUT_GCC_MARKER): Do not emit any marker. * config/rs6000/aix.h (USER_LABEL_PREFIX): AIX symbols do not have any prefix. (ASM_OUTPUT_LABELREF): Delete. From-SVN: r42598
Diffstat (limited to 'gcc/config/rs6000/aix.h')
-rw-r--r--gcc/config/rs6000/aix.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h
index 4b0d28aaaf4..d5c103fb9f3 100644
--- a/gcc/config/rs6000/aix.h
+++ b/gcc/config/rs6000/aix.h
@@ -71,7 +71,7 @@ Boston, MA 02111-1307, USA. */
/* #define ASM_OUTPUT_DESTRUCTOR(file, name) */
/* The prefix to add to user-visible assembler symbols. */
-#define USER_LABEL_PREFIX "."
+#define USER_LABEL_PREFIX ""
/* Don't turn -B into -L if the argument specifies a relative file name. */
#define RELATIVE_PREFIX_NOT_LINKDIR
@@ -487,12 +487,6 @@ toc_section () \
#define ASM_OUTPUT_SYMBOL_REF(FILE, SYM) \
rs6000_output_symbol_ref (FILE, SYM)
-/* This is how to output a reference to a user-level label named NAME.
- `assemble_name' uses this. */
-
-#define ASM_OUTPUT_LABELREF(FILE,NAME) \
- fputs (NAME, FILE)
-
/* This says how to output an external. */
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \