diff options
author | Felix Willgerodt <felix.willgerodt@intel.com> | 2020-09-10 14:29:51 +0200 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2020-09-11 11:32:00 -0700 |
commit | dae7c5a44424e8a2ff136085b07a852fc578e24e (patch) | |
tree | c78a2d5366982e6b8c13a6d79ff1baaf3b0ddf71 /libiberty/ChangeLog | |
parent | edc7a80a9c04667dfa74f90f74bd39827bc372b7 (diff) | |
download | gdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.zip gdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.tar.gz gdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.tar.bz2 |
Sync include, libiberty with GCC.
include:
2020-09-10 Felix Willgerodt <felix.willgerodt@intel.com>
Sync with GCC
2020-08-17 Felix Willgerodt <felix.willgerodt@intel.com>
* floatformat.h (floatformat_bfloat16_big): New.
(floatformat_bfloat16_little): New.
libiberty:
2020-09-10 Felix Willgerodt <felix.willgerodt@intel.com>
Sync with GCC
2020-08-17 Felix Willgerodt <felix.willgerodt@intel.com>
* floatformat.c (floatformat_bfloat16_big): New.
(floatformat_bfloat16_little): New.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6b46642..e6280d5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2020-09-11 Felix Willgerodt <felix.willgerodt@intel.com> + + Sync with GCC + 2020-09-08 Felix Willgerodt <felix.willgerodt@intel.com> + + * floatformat.c (floatformat_bfloat16_big): New. + (floatformat_bfloat16_little): New. + 2020-09-08 Alan Modra <amodra@gmail.com> * configure: Regenerate. |