diff options
author | Andrew Paprocki <andrew@ishiboo.com> | 2019-01-09 13:51:08 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-01-09 13:51:08 +1030 |
commit | 3107326d3df950b0578a895bb835b2a8dfa8fab7 (patch) | |
tree | 9d6bbfcceea0af8f4044a755beea1cc0ac4a4d6d /bfd/ChangeLog | |
parent | 923c6a756476f3a1f92d6625aacbbf5253b7739b (diff) | |
download | binutils-3107326d3df950b0578a895bb835b2a8dfa8fab7.zip binutils-3107326d3df950b0578a895bb835b2a8dfa8fab7.tar.gz binutils-3107326d3df950b0578a895bb835b2a8dfa8fab7.tar.bz2 |
Adjust bfd/warning.m4 egrep patterns
Adjust the `bfd/warning.m4` `egrep` patterns to handle preprocessors
that do not define `__GNUC__`, leaving the string in the output.
bfd/
* warning.m4: Adjust egrep pattern for non-GNU compilers.
* configure: Regenerate.
binutils/
* configure: Regenerate.
gas/
* configure: Regenerate.
gold/
* configure: Regenerate.
gprof/
* configure: Regenerate.
ld/
* configure: Regenerate.
opcodes/
* configure: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3b24c23..f394db2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2019-01-09 Andrew Paprocki <andrew@ishiboo.com> + + * warning.m4: Adjust egrep pattern for non-GNU compilers. + * configure: Regenerate. + 2019-01-08 Alan Modra <amodra@gmail.com> PR 23699 |