aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorGunther Nikl <gnikl@justmail.de>2020-05-05 10:19:41 +0100
committerNick Clifton <nickc@redhat.com>2020-05-05 10:19:41 +0100
commit7d0bd4874453d781a0e6e998b47422f968907bdb (patch)
tree2b09a4222074f1f1b575d87da88aedbf68f24f72 /gas/ChangeLog
parentc3236f84c1735f0c80fabda1ce955fc3e2a73d3e (diff)
downloadgdb-7d0bd4874453d781a0e6e998b47422f968907bdb.zip
gdb-7d0bd4874453d781a0e6e998b47422f968907bdb.tar.gz
gdb-7d0bd4874453d781a0e6e998b47422f968907bdb.tar.bz2
[GAS] change of ELF flags initial value in rx-linux
* config/tc-rx.c (elf_flags): Initialize for non-linux targets. (md_parse_option): Remove initialization of elf_flags.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8d664f5..1a4f01a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,4 +1,7 @@
-2020-05-04 Nick Clifton <nickc@redhat.com>
+2020-05-05 Gunther Nikl <gnikl@justmail.de>
+
+ * config/tc-rx.c (elf_flags): Initialize for non-linux targets.
+ (md_parse_option): Remove initialization of elf_flags.
2020-05-04 Andre Vieira <andre.simoesdiasvieira@arm.com>