mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
gas: Make sure to only add an md5 to a .file when requested.
* dwarf2dbg.c (dwarf2_directive_filename): Initialize with_md5 to FALSE. * gas/testsuite/gas/elf/dwarf-5-file0.s: Add a random bignum.
This commit is contained in:

committed by
Nick Clifton

parent
f49c58803d
commit
b0b3ea7e10
@ -1,3 +1,9 @@
|
||||
2020-09-07 +2020-08-28 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* dwarf2dbg.c (dwarf2_directive_filename): Initialize with_md5 to
|
||||
FALSE.
|
||||
* gas/testsuite/gas/elf/dwarf-5-file0.s: Add a random bignum.
|
||||
|
||||
2020-09-01 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_sec_offset for DWARF
|
||||
|
@ -1014,7 +1014,7 @@ dwarf2_emit_label (symbolS *label)
|
||||
char *
|
||||
dwarf2_directive_filename (void)
|
||||
{
|
||||
bfd_boolean with_md5 = TRUE;
|
||||
bfd_boolean with_md5 = FALSE;
|
||||
valueT num;
|
||||
char *filename;
|
||||
const char * dirname = NULL;
|
||||
|
@ -8,7 +8,7 @@
|
||||
.file 0 "master directory/master source file"
|
||||
.line 1
|
||||
.text
|
||||
.word 0
|
||||
.octa 0x12345678901234567890123456789012
|
||||
|
||||
.file 1 "secondary directory/secondary source file"
|
||||
.line 2
|
||||
|
Reference in New Issue
Block a user