diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-01-09 06:47:58 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-01-09 06:51:51 -0800 |
commit | a4966cd965cd7269426ea096113df862c1dcdf34 (patch) | |
tree | 909654e54daa47c9183eb1aecabcff7ba0ea2065 /opcodes/ChangeLog | |
parent | 50ad1254d5030d0804cbf89c758359ae202e8d55 (diff) | |
download | gdb-a4966cd965cd7269426ea096113df862c1dcdf34.zip gdb-a4966cd965cd7269426ea096113df862c1dcdf34.tar.gz gdb-a4966cd965cd7269426ea096113df862c1dcdf34.tar.bz2 |
Binutils: Pass --plugin to AR and RANLIB
Detect GCC LTO plugin. Pass --plugin to AR and RANLIB to support LTO
build.
bfd/
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gprof/
* configure: Regenerated.
ld/
* configure: Regenerated.
libctf/
* configure: Regenerated.
opcodes/
* configure: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 844a0e6..5e0e259 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2021-01-09 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2021-01-09 Nick Clifton <nickc@redhat.com> * configure: Regenerate. |