aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorUros Bizjak <uros@kss-loka.si>2006-10-28 11:41:41 +0200
committerUros Bizjak <uros@gcc.gnu.org>2006-10-28 11:41:41 +0200
commite68d4dd1b48538e2467bcdb040af6c58bce3bbce (patch)
tree70a3afc3b8565ad9276c733481ad2e0403087956 /gcc/ChangeLog
parent87ccbc5cdd38ffd76515d6c6df48d1680ff0b380 (diff)
downloadgcc-e68d4dd1b48538e2467bcdb040af6c58bce3bbce.zip
gcc-e68d4dd1b48538e2467bcdb040af6c58bce3bbce.tar.gz
gcc-e68d4dd1b48538e2467bcdb040af6c58bce3bbce.tar.bz2
re PR target/29377 (Build for h8300-elf crashes on 64bit hosts due to int/HWI mismatch)
PR target/29377 * config/h8300/h8300.c (h8300_emit_stack_adjustment): Change "size" argument to HOST_WIDE_INT. Update function prototype. (round_frame_size): Change return type to HOST_WIDE_INT. Change "size" argument to HOST_WIDE_INT. Update function prototype. From-SVN: r118102
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d1d2e4e..a0bdc81 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,13 @@
2006-10-28 Uros Bizjak <uros@kss-loka.si>
+ PR target/29377
+ * config/h8300/h8300.c (h8300_emit_stack_adjustment): Change "size"
+ argument to HOST_WIDE_INT. Update function prototype.
+ (round_frame_size): Change return type to HOST_WIDE_INT. Change
+ "size" argument to HOST_WIDE_INT. Update function prototype.
+
+2006-10-28 Uros Bizjak <uros@kss-loka.si>
+
* config/i386/i386.c (output_387_ffreep): Create output from a
template string for !HAVE_AS_IX86_FFREEP.