[GAS] change of ELF flags initial value in rx-linux
Nick Clifton
nickc@redhat.com
Tue May 5 09:22:08 GMT 2020
More information about the Binutils mailing list
Tue May 5 09:22:08 GMT 2020
- Previous message (by thread): [GAS] change of ELF flags initial value in rx-linux
- Next message (by thread): [PATCH] bfd: Fix 64-bit relocation handling for a.out
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Gunther, > Setting the value of elf_flags every time in md_parse_option is not necessary. Actually it is worse than that - it is a bug. Since md_parse_option is called for each option on the command line, initialising elf_flags at the start will undo any changes made to this variable by previous command line options... > gas/ChangeLog > 2020-05-XX Gunther Nikl <gnikl@justmail.de> > > * config/tc-rx.c (elf_flags): Initialize for non-linux targets. > (md_parse_option): Remove initialization of elf_flags. Approved and applied. Cheers Nick
- Previous message (by thread): [GAS] change of ELF flags initial value in rx-linux
- Next message (by thread): [PATCH] bfd: Fix 64-bit relocation handling for a.out
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list