diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-10 17:48:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-10 17:48:27 +0000 |
commit | 84ad6ede873e50111c8e64728ae858d079339002 (patch) | |
tree | 4af9528a1b5399f31dc021743cf8fd60a1a77ee9 /binutils/NEWS | |
parent | e6af3a53b1740fb6554ac582fd7ac74022dff8c2 (diff) | |
download | gdb-84ad6ede873e50111c8e64728ae858d079339002.zip gdb-84ad6ede873e50111c8e64728ae858d079339002.tar.gz gdb-84ad6ede873e50111c8e64728ae858d079339002.tar.bz2 |
Add support for displaying extension to DWARF2 used by Unified Parallel C
compiler.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 9a34ecb..74042b1 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* readelf can handle the extensions to the DWARF2 spec used by the Unified + Parallel C compiler. + * BFD no longer declares a "boolean" type, to avoid clashes with other headers that declare the same. Users of BFD should replace boolean, false and true, with int, 0 and 1, or define their own boolean type. |