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 /gprof/ChangeLog | |
parent | 923c6a756476f3a1f92d6625aacbbf5253b7739b (diff) | |
download | gdb-3107326d3df950b0578a895bb835b2a8dfa8fab7.zip gdb-3107326d3df950b0578a895bb835b2a8dfa8fab7.tar.gz gdb-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 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 3fc4606..d3138f6 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2019-01-09 Andrew Paprocki <andrew@ishiboo.com> + + * configure: Regenerate. + 2019-01-01 Alan Modra <amodra@gmail.com> Update year range in copyright notice of all files. |