aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorVineet Gupta <Vineet.Gupta1@synopsys.com>2016-06-02 15:03:47 +0100
committerNick Clifton <nickc@redhat.com>2016-06-02 15:03:47 +0100
commit4ad0bb5f3a5b2d03079819cf419b174a762c2d52 (patch)
treead64d33726368e578bbbf46d46c2b2f8dd2c9d1d /bfd/ChangeLog
parent3ddf1bdd423a127564d5d13cabde8863431576a3 (diff)
downloadgdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.zip
gdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.tar.gz
gdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.tar.bz2
Allow ARC Linux targets that do not use uclibc.
bfd * config.bfd: Replace -uclibc with *. gas * configure.tgt: Replace -uclibc with *. ld * configure.tgt: Replace -uclibc with *.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b9cff24..1e65b7a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
+
+ * config.bfd: Replace -uclibc with *.
+
2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c: Replace data32 with data16 in comments.