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
4eec64ff
Commit
4eec64ff
authored
May 05, 2011
by
Steve Ellcey
Committed by
Steve Ellcey
May 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment and update config/pa/pa.h (left off previous commit)
From-SVN: r173438
parent
fc4538e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+1
-1
gcc/config/pa/pa.h
+5
-0
No files found.
gcc/ChangeLog
View file @
4eec64ff
...
...
@@ -9,7 +9,7 @@
* config/pa/pa-hpux1131.h: New.
* config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
* config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
*
config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
2011-05-05 Jakub Jelinek <jakub@redhat.com>
...
...
gcc/config/pa/pa.h
View file @
4eec64ff
...
...
@@ -64,6 +64,11 @@ extern unsigned long total_code_bytes;
#define TARGET_HPUX_11_11 0
#endif
/* HP-UX 11i multibyte and UNIX 2003 extensions. */
#ifndef TARGET_HPUX_11_31
#define TARGET_HPUX_11_31 0
#endif
/* HP-UX long double library. */
#ifndef HPUX_LONG_DOUBLE_LIBRARY
#define HPUX_LONG_DOUBLE_LIBRARY 0
...
...
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