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
27def0aa
Commit
27def0aa
authored
Dec 10, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Dec 09, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r30854
parent
c07c7c9d
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/elf.h
+5
-0
No files found.
gcc/ChangeLog
View file @
27def0aa
Thu
Dec
9
18
:
05
:
48
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
/
elf
.
h
(
MAX_OFILE_ALIGNMENT
)
:
Define
.
Fri
Dec
10
00
:
53
:
10
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
* regclass.c (globalize_reg): Re-instate test that allows
...
...
gcc/config/pa/elf.h
View file @
27def0aa
...
...
@@ -89,3 +89,8 @@ do { \
fputs (",ENTRY\n", FILE); \
} while (0)
/* Biggest alignment supported by the object file format of this
machine. Use this macro to limit the alignment which can be
specified using the `__attribute__ ((aligned (N)))' construct. If
not defined, the default value is `BIGGEST_ALIGNMENT'. */
#define MAX_OFILE_ALIGNMENT (32768 * 8)
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