diff options
author | Alan Modra <amodra@gmail.com> | 2021-04-06 13:42:18 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-04-06 23:25:09 +0930 |
commit | 4db29512ce5616e90a9cdbc4daa852589b7357c0 (patch) | |
tree | a96411117c126145225037fad7a1aaec97beaf5c /binutils/NEWS | |
parent | 340d00fb783658a55a1e1d0bd97c9da360bf03fd (diff) | |
download | fsf-binutils-gdb-4db29512ce5616e90a9cdbc4daa852589b7357c0.zip fsf-binutils-gdb-4db29512ce5616e90a9cdbc4daa852589b7357c0.tar.gz fsf-binutils-gdb-4db29512ce5616e90a9cdbc4daa852589b7357c0.tar.bz2 |
C99 NEWS and README
* NEWS: Mention C99 requirement.
* README: Likewise. Modernise examples and "Reporting bugs".
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index c035f52..c5b5f4f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Binutils now requires a C99 compiler and library to build. + * A new format has been added to the nm program. Specifying --format=just-symbols (or just using -j) will tell the program to only display symbol names and nothing else. |