* config/pa/som.h (NM_FLAGS): Define.

From-SVN: r41467
This commit is contained in:
Jeffrey A Law 2001-04-20 18:22:53 +00:00 committed by Jeff Law
parent aa1826e2c4
commit 2c2ef4b9ac
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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"