aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-07-28 20:08:15 +0000
committerDJ Delorie <dj@redhat.com>2005-07-28 20:08:15 +0000
commit8980686623b0a9734f23edbf48b6dc7a803cec8b (patch)
treeb21a8d48de92bf33803abc74bad376cc96571d4f /ld/ChangeLog
parentbec15d1f6a5e20b2fd3cb498745a696280c030ee (diff)
downloadgdb-8980686623b0a9734f23edbf48b6dc7a803cec8b.zip
gdb-8980686623b0a9734f23edbf48b6dc7a803cec8b.tar.gz
gdb-8980686623b0a9734f23edbf48b6dc7a803cec8b.tar.bz2
* ldlang.c (lang_output_section_statement_lookup_1): Don't cast a
unary & address operator, as that breaks GCC's strict aliasing rules.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 460fb39..d218b95 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-28 DJ Delorie <dj@redhat.com>
+
+ * ldlang.c (lang_output_section_statement_lookup_1): Don't cast a
+ unary & address operator, as that breaks GCC's strict aliasing
+ rules.
+
2005-07-25 Jan Hubicka <jh@suse.cz>
H.J. Lu <hongjiu.lu@intel.com>