aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <gjl@gcc.gnu.org>2011-06-29 11:20:06 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2011-06-29 11:20:06 +0000
commit433ba0a57b5be5a1292122405c0b928e1223c37d (patch)
tree23286bed3b487107d815f43be1d5da764053ae05 /gcc
parentd17fc17507d53317fe3931e247f0ef048f7bf2fb (diff)
downloadgcc-433ba0a57b5be5a1292122405c0b928e1223c37d.zip
gcc-433ba0a57b5be5a1292122405c0b928e1223c37d.tar.gz
gcc-433ba0a57b5be5a1292122405c0b928e1223c37d.tar.bz2
avr.c (avr_encode_section_info): Dispatch to default_encode_section_info.
* config/avr/avr.c (avr_encode_section_info): Dispatch to default_encode_section_info. From-SVN: r175630
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0a87e3c..1c0e7ae 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-29 Georg-Johann Lay <avr@gjlay.de>
+
+ * config/avr/avr.c (avr_encode_section_info): Dispatch to
+ default_encode_section_info.
+
2011-06-29 Richard Sandiford <richard.sandiford@linaro.org>
PR tree-optimization/49545