From: H.J. Lu Date: Sat, 24 Feb 2001 04:59:03 +0000 (+0000) Subject: 2001-02-23 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3737d05150f2c6632da15a91e0e61c218cac159f;p=binutils-gdb.git 2001-02-23 H.J. Lu * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if BFD_ASSEMBLER is not defined. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ec3fd872d7..2c8b1e15ffd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-02-23 H.J. Lu + + * dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if + BFD_ASSEMBLER is not defined. + 2001-02-23 Richard Sandiford * config/tc-mn10300.c (md_apply_fix3): Don't mark a fixup as diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index 0068f7a620b..8d84e076791 100644 --- 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