diff options
author | Nick Clifton <nickc@redhat.com> | 2019-09-25 14:34:23 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-09-25 14:34:23 +0100 |
commit | 6ba2ed48c8cb591c1ccac172be7f895f59080cfa (patch) | |
tree | eeef9c66d4672f7c938f3bb57ca4cd4204b3f6ad /ld/ChangeLog | |
parent | 33637ecac80f24cd2ad59d1e71714d8b5b685898 (diff) | |
download | gdb-6ba2ed48c8cb591c1ccac172be7f895f59080cfa.zip gdb-6ba2ed48c8cb591c1ccac172be7f895f59080cfa.tar.gz gdb-6ba2ed48c8cb591c1ccac172be7f895f59080cfa.tar.bz2 |
Silence a build-time warning about constant comparisons when building with clang,
* emultempl/avrelf.em (_before_allocation): Silence build warning
using clang.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0e550d2..d38c861 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2019-09-25 Nick Clifton <nickc@redhat.com> + + * emultempl/avrelf.em (_before_allocation): Silence build warning + using clang. + 2019-09-23 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-plugin/pr24406-1.c (main): Correct buffer size |