Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
a4e5c0d8
Commit
a4e5c0d8
authored
19 years ago
by
DJ Delorie
Browse files
Options
Downloads
Patches
Plain Diff
merge from gcc
parent
7edb1832
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
libiberty/ChangeLog
+5
-0
5 additions, 0 deletions
libiberty/ChangeLog
libiberty/config.in
+4
-0
4 additions, 0 deletions
libiberty/config.in
libiberty/configure
+135
-124
135 additions, 124 deletions
libiberty/configure
libiberty/configure.ac
+1
-1
1 addition, 1 deletion
libiberty/configure.ac
with
145 additions
and
125 deletions
libiberty/ChangeLog
+
5
−
0
View file @
a4e5c0d8
2005-07-22 Ben Elliston <bje@gnu.org>
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.
2005-07-15 Ben Elliston <bje@au.ibm.com>
* regex.c (TRANSLATE): Cast rhs of ternary expression to char.
...
...
This diff is collapsed.
Click to expand it.
libiberty/config.in
+
4
−
0
View file @
a4e5c0d8
...
...
@@ -56,6 +56,10 @@
*/
#undef HAVE_DECL_GETENV
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
*/
#undef HAVE_DECL_GETOPT
/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
*/
#undef HAVE_DECL_MALLOC
...
...
This diff is collapsed.
Click to expand it.
libiberty/configure
+
135
−
124
View file @
a4e5c0d8
This diff is collapsed.
Click to expand it.
libiberty/configure.ac
+
1
−
1
View file @
a4e5c0d8
...
...
@@ -588,7 +588,7 @@ if test -z "${setobjs}"; then
AC_CHECK_FUNCS($checkfuncs)
AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf])
AC_CHECK_DECLS([calloc, getenv, malloc, realloc, sbrk])
AC_CHECK_DECLS([calloc, getenv,
getopt,
malloc, realloc, sbrk])
AC_CHECK_DECLS([strverscmp])
libiberty_NEED_DECLARATION(canonicalize_file_name)
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment