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
f64f0687
Commit
f64f0687
authored
May 12, 2003
by
John David Anglin
Committed by
John David Anglin
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
From-SVN: r66725
parent
a72a4f3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/config/pa/pa64-hpux.h
+0
-1
No files found.
gcc/ChangeLog
View file @
f64f0687
2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
* rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
...
...
gcc/config/pa/pa64-hpux.h
View file @
f64f0687
...
...
@@ -126,7 +126,6 @@ do { \
do { \
bss_section (); \
assemble_name ((FILE), (NAME)); \
fputs ("\t.comm ", (FILE)); \
fprintf ((FILE), "\t.comm "HOST_WIDE_INT_PRINT_UNSIGNED"\n", \
MAX ((SIZE), ((ALIGN) / BITS_PER_UNIT))); \
} while (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