projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb89144
)
2001-02-23 H.J. Lu <hjl@gnu.org>
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 24 Feb 2001 04:59:03 +0000
(
04:59
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 24 Feb 2001 04:59:03 +0000
(
04:59
+0000)
* dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
BFD_ASSEMBLER is not defined.
gas/ChangeLog
patch
|
blob
|
history
gas/dwarf2dbg.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 5ec3fd872d715b154e9a58d8bdd76641b25191d8..2c8b1e15ffd21348042f2386f2155d8f50b35d9f 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,8
@@
+2001-02-23 H.J. Lu <hjl@gnu.org>
+
+ * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if
+ BFD_ASSEMBLER is not defined.
+
2001-02-23 Richard Sandiford <rsandifo@redhat.com>
* config/tc-mn10300.c (md_apply_fix3): Don't mark a fixup as
diff --git
a/gas/dwarf2dbg.c
b/gas/dwarf2dbg.c
index 0068f7a620b0333dfc32ae632385899fa0b98a4f..8d84e0767912c67fabaf19803de538713fda616d 100644
(file)
--- a/
gas/dwarf2dbg.c
+++ b/
gas/dwarf2dbg.c
@@
-1284,7
+1284,7
@@
void
dwarf2_directive_file (dummy)
int dummy ATTRIBUTE_UNUSED;
{
-
as_fatal (_("dwarf2 is not supported for this object file format")
);
+
s_app_file (0
);
}
void