aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f02c9d..5ac385c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2004-08-10 Caroline Tice <ctice@apple.com
+
+ * varasm.c (unlikely_section_label): New global variable.
+ (unlikely_text_section_name): New global variable.
+ (text_section): Remove alignment statement.
+ (unlikely_text_section): Remove alignment statement; use
+ unlikely_section_label rather than hard-coded string.
+ (assemble_start_function): Initialize unlikely_section_label and
+ unlikely_text_section_name; make sure cold section is properly
+ aligned at start of function; output unlikely_section_label if
+ appropriate.
+
2004-08-10 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390-protos.h (s390_canonicalize_comparison): Declare.