diff options
| author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-05 16:12:25 +0000 |
|---|---|---|
| committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-05 16:12:25 +0000 |
| commit | 64e749e2ba5fd315a2b5bc737ef707451d2e48ba (patch) | |
| tree | 97867f3eea8527bf2212718efd4f671dac0dd491 /gcc | |
| parent | f00f8de4a8e1a8b10c9d4768b36fc424a0e5ad0d (diff) | |
| download | ppe42-gcc-64e749e2ba5fd315a2b5bc737ef707451d2e48ba.tar.gz ppe42-gcc-64e749e2ba5fd315a2b5bc737ef707451d2e48ba.zip | |
Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41119 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1fcce94a4fb..dba10a86473 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-05 Bo Thorsen <bo@suse.de> + + * i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT. + Thu Apr 5 13:44:17 2001 J"orn Rennecke <amylaar@redhat.com> * i386.md (*andsi_1+3): If used after reload, make sure the operand @@ -18,8 +22,8 @@ Thu Apr 5 13:44:17 2001 J"orn Rennecke <amylaar@redhat.com> something that doesn't exist. In the big switch, set xm_file, don't append to it (the value before the big switch is always null). Don't force build_xm_file or host_xm_file to have a value. - * configure.in: Remove default for xm_file. Do not special - case $cpu/xm-$cpu.h not existing. + * configure.in: Remove default for xm_file. Do not special + case $cpu/xm-$cpu.h not existing. * configure: Regenerate. 2001-04-04 Diego Novillo <dnovillo@redhat.com> @@ -29,9 +33,9 @@ Thu Apr 5 13:44:17 2001 J"orn Rennecke <amylaar@redhat.com> 2001-04-04 Andrew MacLeod <amacleod@redhat.com> - * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE + * dwarf2out.c (output_cfi): Add 'for_eh' parameter, use PTR_SIZE instead of DWARF2_ADDR_SIZE for EH addresses. - (output_call_frame_info): Use PTR_SIZE instead of DWARF2_ADDR_SIZE for + (output_call_frame_info): Use PTR_SIZE instead of DWARF2_ADDR_SIZE for EH addresses. 2001-04-04 Richard Henderson <rth@redhat.com> @@ -1196,7 +1200,7 @@ Wed Mar 21 14:27:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> undefined symbol on many targets. * sdbout.c: #include ggc.h. - (sdbout_init): Move to end of file. + (sdbout_init): Move to end of file. Call ggc_add_tree_root for anonymous_types. (sdbout_symbol): Use DECL_NAME for local, not DECL_ASSEMBLER_NAME. (sdbout_one_type): Use DECL_NAME for field name. |

