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
61c94e79
Commit
61c94e79
authored
Nov 09, 2015
by
Alan Modra
Committed by
Alan Modra
Nov 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configury changes for obstack optimization
Missed from last patch * config.in: Regenerate. From-SVN: r229991
parent
126e0b6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
libiberty/ChangeLog
+1
-0
libiberty/config.in
+3
-0
No files found.
libiberty/ChangeLog
View file @
61c94e79
...
...
@@ -2,6 +2,7 @@
* configure.ac: Check size of size_t.
* configure: Regenerate.
* config.in: Regenerate.
2015-11-09 Alan Modra <amodra@gmail.com>
...
...
libiberty/config.in
View file @
61c94e79
...
...
@@ -470,6 +470,9 @@
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
/* Define if you know the direction of stack growth for your system; otherwise
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
...
...
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