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
f85fd079
Commit
f85fd079
authored
Oct 20, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out previous change.
From-SVN: r8329
parent
0393b857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
gcc/config/pa/pa-hpux.h
+0
-23
No files found.
gcc/config/pa/pa-hpux.h
View file @
f85fd079
...
@@ -47,26 +47,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -47,26 +47,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* hpux8 and later have C++ compatable include files, so do not
/* hpux8 and later have C++ compatable include files, so do not
pretend they are `extern "C"'. */
pretend they are `extern "C"'. */
#define NO_IMPLICIT_EXTERN_C
#define NO_IMPLICIT_EXTERN_C
/* We need to use the vendor nm for collect, since GNU nm isn't clever
enough to distinguish between the duplicate symbols used with shared
libraries under HPUX. */
#define REAL_NM_FILE_NAME "/bin/nm"
/* To the hpux nm, -p means BSD-style output; we don't want that. */
#define NM_FLAGS "-h"
/* When dealing with shared libraries, the hpux ld can create duplicate
symbols. The fourth field of nm's output distinguishes between the real
one (type "code") and the fake one (type "entry"). */
#define COLLECT_QUALIFY_MATCH \
{ \
char *p = end; \
int cnt = 0; \
for (; *p != '\n';) \
if (*p++ == '|' \
&& ++cnt == 3) \
break; \
if (*p != 'c') \
continue; \
}
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