summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-20 18:22:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-20 18:22:53 +0000
commit50e76f5c542d55e029b48bf701ea131bc2d34296 (patch)
tree67f663fd312298066c9d88984f27195fe3bb4040
parentb5a621907a2912d1c447fc1f635a2b50554c97d3 (diff)
downloadppe42-gcc-50e76f5c542d55e029b48bf701ea131bc2d34296.tar.gz
ppe42-gcc-50e76f5c542d55e029b48bf701ea131bc2d34296.zip
* config/pa/som.h (NM_FLAGS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41467 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/som.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 893f79d2284..99e7b9b865c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 20 12:24:50 2001 Jeffrey A Law (law@cygnus.com)
+
+ * config/pa/som.h (NM_FLAGS): Define.
+
2001-04-20 Bernd Schmidt <bernds@redhat.com>
* ia64.h (MD_SCHED_REORDER, MD_SCHED_REORDER2): Pass CLOCK to called
diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h
index 57f69ac0f58..ae7ae040aba 100644
--- a/gcc/config/pa/som.h
+++ b/gcc/config/pa/som.h
@@ -51,6 +51,11 @@ Boston, MA 02111-1307, USA. */
fprintf (FILE, \
"\t.stabs \"\",%d,0,0,L$text_end0000\nL$text_end0000:\n", N_SO)
+/* The HP supplied NM will print out the subspace names for each symbol it
+ finds, which can cause false matches when looking for ctors/dtors. The
+ "-p" argument changes the output to not include subspace names. */
+#define NM_FLAGS "-p -n"
+
/* HPUX has a program 'chatr' to list the dependencies of dynamically
linked executables and shared libraries. */
#define LDD_SUFFIX "chatr"
OpenPOWER on IntegriCloud