Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2c2ef4b9
Commit
2c2ef4b9
authored
Apr 20, 2001
by
Jeffrey A Law
Committed by
Jeff Law
Apr 20, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/som.h (NM_FLAGS): Define.
From-SVN: r41467
parent
aa1826e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/som.h
+5
-0
No files found.
gcc/ChangeLog
View file @
2c2ef4b9
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
...
...
gcc/config/pa/som.h
View file @
2c2ef4b9
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment