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
e5d4a5a6
Commit
e5d4a5a6
authored
18 years ago
by
Jan Beulich
Browse files
Options
Downloads
Patches
Plain Diff
2006-09-13 Jan Beulich <jbeulich@novell.com>
* input-file.c (input_file_give_next_buffer): Demote as_bad to as_warn.
parent
1a1219cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gas/ChangeLog
+5
-0
5 additions, 0 deletions
gas/ChangeLog
gas/input-file.c
+1
-1
1 addition, 1 deletion
gas/input-file.c
with
6 additions
and
1 deletion
gas/ChangeLog
+
5
−
0
View file @
e5d4a5a6
2006-09-13 Jan Beulich <jbeulich@novell.com>
* input-file.c (input_file_give_next_buffer): Demote as_bad to
as_warn.
2006-09-13 Alan Modra <amodra@bigpond.net.au>
PR gas/3165
...
...
This diff is collapsed.
Click to expand it.
gas/input-file.c
+
1
−
1
View file @
e5d4a5a6
...
...
@@ -246,7 +246,7 @@ input_file_give_next_buffer (char *where /* Where to place 1st character of new
else
{
if
(
fclose
(
f_in
))
as_
bad
(
_
(
"can't close %s: %s"
),
file_name
,
xstrerror
(
errno
));
as_
warn
(
_
(
"can't close %s: %s"
),
file_name
,
xstrerror
(
errno
));
f_in
=
(
FILE
*
)
0
;
return_value
=
0
;
...
...
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