Browse Source

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.
jimb_gnu_v3_branch
H.J. Lu 26 years ago
parent
commit
3737d05150
  1. 5
      gas/ChangeLog
  2. 2
      gas/dwarf2dbg.c

5
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

2
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

Loading…
Cancel
Save