Mercurial > hg > CbC > CbC_gcc
annotate libgcc/ChangeLog @ 67:f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 22 Mar 2011 17:18:12 +0900 |
parents | b7f97abdc517 |
children | 04ced10e8804 |
rev | line source |
---|---|
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
1 2011-03-14 Andreas Tobler <andreast@fgznet.ch> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
2 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
3 * config.host (cpu_type): Add FreeBSD PowerPC specific parts. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
4 Adjust copyright year. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
5 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
6 2011-03-07 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
7 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
8 * generic-morestack.c (__splitstack_find): Adjust returned stack |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
9 pointer to include all registers pushed by __morestack. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
10 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
11 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
12 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
13 PR target/40125 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
14 * configure.ac: Call ACX_NONCANONICAL_TARGET. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
15 (toolexecdir): Calculate and AC_SUBST. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
16 (toolexeclibdir): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
17 * Makefile.in (target_noncanonical): Import. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
18 (toolexecdir): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
19 (toolexeclibdir): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
20 * configure: Regenerate. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
21 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
22 2010-12-13 Nathan Froyd <froydnj@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
23 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
24 PR target/46040 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
25 * config/arm/bpabi.h: Rename to... |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
26 * config/arm/bpabi-lib.h: ...this. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
27 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
28 2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
29 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
30 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
31 appropriate. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
32 * configure: Regenerate. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
33 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
34 2010-11-24 Nathan Froyd <froydnj@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
35 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
36 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
37 __FLOAT_WORD_ORDER__. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
38 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
39 Delete. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
40 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
41 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
42 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
43 PR other/46202 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
44 * Makefile.in (install-strip): New phony target. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
45 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
46 2010-11-07 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
47 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
48 PR target/46089 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
49 * config/i386/morestack.S (__morestack_large_model): New |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
50 function. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
51 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
52 2010-10-23 Nathan Froyd <froydnj@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
53 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
54 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN): |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
55 Delete. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
56 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
57 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
58 2010-10-14 Nathan Froyd <froydnj@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
59 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
60 * config/arm/bpabi.h: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
61 * config/frv/frv-abi.h: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
62 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
63 2010-10-01 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
64 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
65 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
66 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
67 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
68 2010-10-01 H.J. Lu <hongjiu.lu@intel.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
69 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
70 PR target/45858 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
71 * config.host: Add the missing `$'. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
72 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
73 2010-09-30 Michael Eager <eager@eagercon.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
74 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
75 * config.host: Add microblaze*-*-*. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
76 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm, |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
77 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze, |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
78 udivsi3.asm,umodsi3.asm}: New. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
79 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
80 2010-09-28 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
81 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
82 * configure.ac: Adjust CFI test to test assembler directly rather |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
83 than checking gcc preprocessor macro. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
84 * configure: Rebuild. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
85 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
86 2010-09-27 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
87 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
88 * configure.ac: Test whether assembler supports CFI directives. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
89 * config.host: Only add t-stack and i386/t-stack-i386 to |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
90 tmake_file if libgcc_cv_cfi is "yes". |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
91 * configure: Rebuild. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
92 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
93 2010-09-27 Ian Lance Taylor <iant@google.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
94 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
95 * generic-morestack.h: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
96 * generic-morestack.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
97 * generic-morestack-thread.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
98 * config/i386/morestack.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
99 * config/t-stack: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
100 * config/i386/t-stack-i386: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
101 * config.host (i[34567]86-*-linux* and friends): Add t-stack and |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
102 i386/t-stack-i386 to tmake_file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
103 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
104 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
105 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
106 * Makefile.in (libgcc-extra-parts): Check for static archives and |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
107 invoke ranlib after installing them. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
108 (gcc-extra-parts): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
109 (install-leaf): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
110 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
111 2010-09-14 H.J. Lu <hongjiu.lu@intel.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
112 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
113 * configure: Regenerated. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
114 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
115 2010-09-10 Kai Tietz <kai.tietz@onevision.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
116 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
117 * configure: Regenerated. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
118 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
119 2010-09-09 Gerald Pfeifer <gerald@pfeifer.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
120 Andrew Pinski <pinskia@gmail.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
121 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
122 PR target/40959 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
123 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
124 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
125 2010-09-06 H.J. Lu <hongjiu.lu@intel.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
126 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
127 PR target/45524 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
128 * configure: Regenerated. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
129 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
130 2010-09-06 Andreas Schwab <schwab@redhat.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
131 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
132 * configure: Regenerate. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
133 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
134 2010-09-03 Uros Bizjak <ubizjak@gmail.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
135 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
136 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
137 64bit targets. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
138 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
139 for 64bit targets. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
140 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
141 2010-09-03 Uros Bizjak <ubizjak@gmail.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
142 Iain Sandoe <iains@gcc.gnu.org> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
143 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
144 PR target/45476 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
145 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
146 LIB2FUNCS_EXCLUDE functions. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
147 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
148 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
149 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
150 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
151 Include dfp.m4. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
152 * configure: Regenerate. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
153 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
154 2010-09-01 Uros Bizjak <ubizjak@gmail.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
155 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
156 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
157 i386/t-freebsd to tmake_file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
158 * config/i386/t-freebsd: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
159 * config/i386/libgcc-bsd.ver: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
160 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
161 2010-07-23 Nathan Froyd <froydnj@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
162 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
163 * config.host (powerpc*-eabispe*): Set tmake_file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
164 (powerpc*-eabi*): Likewise. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
165 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend, |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
166 crtbeginS, crtendS, crtbeginT. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
167 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
168 2010-06-12 Kazu Hirata <kazu@codesourcery.com> |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
169 |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
170 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
171 to tmake_file. Add crtfastmath.o to extra_parts. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
172 * config/mips/t-crtfm: New. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
173 |
63
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
174 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
175 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
176 * config.host (sparc64-*-rtems*): New target. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
177 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
178 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
179 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
180 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
181 assembler syntax. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
182 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
183 2010-04-15 Thomas Schwinge <tschwinge@gnu.org> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
184 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
185 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
186 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
187 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
188 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
189 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*, |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
190 alpha-dec-osf5.0* support. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
191 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
192 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
193 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
194 * config.host: Add lm32-*-rtems*. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
195 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
196 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
197 Uros Bizjak <ubizjak@gmail.com> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
198 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
199 PR target/39048 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
200 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
201 like other remaining 32-bit x86 OSes. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
202 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
203 assembler syntax. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
204 * config/i386/libgcc-sol2.ver: New file. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
205 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
206 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
207 2010-03-30 Jack Howarth <howarth@bromo.med.uc.edu> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
208 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
209 PR c/43553 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
210 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
211 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
212 is used and substitute set_use_emutls. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
213 * configure: Regenerated. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
214 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
215 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
216 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
217 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
218 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
219 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
220 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
221 PR target/38085 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
222 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
223 MULTILIB_CFLAGS. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
224 ($(T)gcrt1.o): Likewise. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
225 ($(T)crt1.o): Likewise. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
226 ($(T)crti.o): Likewise. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
227 ($(T)crtn.o): Likewise. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
228 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
229 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
230 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
231 PR other/42980 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
232 * Makefile.in (install): Use $(MAKE) string in rule, for |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
233 parallel make. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
234 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
235 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
236 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
237 Migrate from broken pre-libgcc legacy support to libgcc-centric rules. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
238 * config/mmix/t-mmix: New file. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
239 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
240 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
241 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
242 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
243 PR java/41991 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
244 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
245 SHLIB_MAPFILES. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
246 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
247 2010-01-04 Anthony Green <green@moxielogic.com> |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
248 |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
249 * config/moxie/crti.asm, config/moxie/crtn.asm, |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
250 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h, |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
251 config/moxie/t-moxie: New files. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
252 * config.host: Add t-moxie-softfp reference. |
b7f97abdc517
update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
55
diff
changeset
|
253 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
254 2009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
255 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
256 PR other/39888 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
257 * config/t-slibgcc-darwin: Fix embedded rpaths for |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
258 --enable-version-specific-runtime-libs, build extension stub |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
259 libs exposing features available from current libgcc_s. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
260 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
261 2009-11-11 Jon Beniston <jon@beniston.com> |
47
3bfb6c00c1e0
update it from 4.4.2 to 4.4.3.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
36
diff
changeset
|
262 |
67
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
263 * config.host: Add lm32 targets. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
264 * config/lm32: New directory. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
265 * config/lm32/libgcc_lm32.h: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
266 * config/lm32/_mulsi3.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
267 * config/lm32/_udivmodsi4.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
268 * config/lm32/_divsi3.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
269 * config/lm32/_modsi3.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
270 * config/lm32/_udivsi3.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
271 * config/lm32/_umodsi3.c: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
272 * config/lm32/_lshrsi3.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
273 * config/lm32/_ashrsi3.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
274 * config/lm32/_ashlsi3.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
275 * config/lm32/crti.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
276 * config/lm32/crtn.S: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
277 * config/lm32/t-lm32: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
278 * config/lm32/t-elf: New file. |
f6334be47118
update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
63
diff
changeset
|
279 * config/lm32/t-uclinux: New file. |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
280 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
281 2009-10-26 Nick Clifton <nickc@redhat.com> |
47
3bfb6c00c1e0
update it from 4.4.2 to 4.4.3.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
36
diff
changeset
|
282 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
283 * config.host: Add support for RX target. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
284 * config/rx: New directory. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
285 * config/rx/rx-abi-functions.c: New file. Supplementary |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
286 functions for libgcc to support the RX ABI. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
287 * config/rx/rx-abi.h: New file. Supplementary header file for |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
288 libgcc RX ABI functions. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
289 * config/rx/t-rx: New file: Makefile fragment for building |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
290 libgcc for the RX. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
291 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
292 2009-10-09 Uros Bizjak <ubizjak@gmail.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
293 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
294 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
295 constraint of y0 to "g". |
36 | 296 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
297 2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
298 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
299 * config.host: Include the s390 makefile fragments. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
300 * config/s390/32/_fixdfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
301 * config/s390/32/_fixsfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
302 * config/s390/32/_fixtfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
303 * config/s390/32/_fixunsdfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
304 * config/s390/32/_fixunssfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
305 * config/s390/32/_fixunstfdi.c: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
306 * config/s390/32/t-floattodi: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
307 * config/s390/libgcc-glibc.ver: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
308 * config/s390/t-crtstuff: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
309 * config/s390/t-linux: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
310 * config/s390/t-tpf: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
311 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
312 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
36 | 313 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
314 * configure.ac (AC_PREREQ): Bump to 2.64. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
315 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
316 2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
317 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
318 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
319 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
320 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
321 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
322 * configure: Regenerate. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
323 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
324 2009-08-09 Douglas B Rupp <rupp@gnat.com> |
19
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
325 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
326 * config.host (ia64-hp-*vms*): New target. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
327 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
328 with ia64-hp-*vms*. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
329 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
330 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
331 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
332 * configure.ac: Add snippet for maintainer-mode. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
333 * configure: Regenerate. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
334 * Makefile.in (AUTOCONF, configure_deps): New variables. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
335 ($(srcdir)/configure)): New rule, active only with maintainer |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
336 mode turned on. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
337 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
338 2009-06-23 DJ Delorie <dj@redhat.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
339 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
340 Add MeP port. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
341 * config.host: Add mep support. |
19
58ad6c70ea60
update gcc from 4.4.0 to 4.4.1.
kent@firefly.cr.ie.u-ryukyu.ac.jp
parents:
0
diff
changeset
|
342 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
343 2009-06-22 Kai Tietz <kai.tietz@onevision.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
344 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
345 * config.host: Add i386/${host_address}/t-fprules-softfp and |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
346 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*. |
0 | 347 |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
348 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
349 for mingw targets. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
350 * config/i386/64/_multc3.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
351 * config/i386/64/_powitf2.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
352 * config/i386/64/eqtf2.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
353 * config/i386/64/getf2.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
354 * config/i386/64/letf2.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
355 * config/i386/64/letf2.c: Likewise. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
356 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
357 unsigned long long for x64 mingw targets. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
358 (_FP_WS_TYPE): Define as signed long long for x64 mingw target. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
359 (_FP_I_TYPE): Define as long long for x64 mingw target. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
360 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
361 2009-06-10 Maciej W. Rozycki <macro@linux-mips.org> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
362 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
363 * config.host (vax-*-linux*): New. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
364 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
365 2009-05-31 Anthony Green <green@moxielogic.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
366 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
367 * config.host: Add moxie support. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
368 * config/moxie/t-moxie: New file. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
369 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
370 2009-05-29 David Billinghurst <billingd@gcc.gnu.org> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
371 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
372 * config.host: Add i386/${host_address}/t-fprules-softfp and |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
373 t-softfp to tmake_file for i[34567]86-*-cygwin*. |
0 | 374 |
375 2009-04-17 Aurelien Jarno <aurelien@aurel32.net> | |
376 | |
377 * config.host: Add i386/${host_address}/t-fprules-softfp to | |
378 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*. | |
379 | |
380 2009-04-09 Nick Clifton <nickc@redhat.com> | |
381 | |
382 * config/ia64/tf-signs.c: Change copyright header to refer to | |
383 version 3 of the GNU General Public License with version 3.1 | |
384 of the GCC Runtime Library Exception and to point readers at | |
385 the COPYING3 and COPYING3.RUNTIME files and the FSF's license | |
386 web page. | |
387 * config/i386/32/tf-signs.c: Likewise. | |
388 * config/libbid/_addsub_dd.c: Likewise. | |
389 * config/libbid/_addsub_sd.c: Likewise. | |
390 * config/libbid/_addsub_td.c: Likewise. | |
391 * config/libbid/_dd_to_df.c: Likewise. | |
392 * config/libbid/_dd_to_di.c: Likewise. | |
393 * config/libbid/_dd_to_sd.c: Likewise. | |
394 * config/libbid/_dd_to_sf.c: Likewise. | |
395 * config/libbid/_dd_to_si.c: Likewise. | |
396 * config/libbid/_dd_to_td.c: Likewise. | |
397 * config/libbid/_dd_to_tf.c: Likewise. | |
398 * config/libbid/_dd_to_udi.c: Likewise. | |
399 * config/libbid/_dd_to_usi.c: Likewise. | |
400 * config/libbid/_dd_to_xf.c: Likewise. | |
401 * config/libbid/_df_to_dd.c: Likewise. | |
402 * config/libbid/_df_to_sd.c: Likewise. | |
403 * config/libbid/_df_to_td.c: Likewise. | |
404 * config/libbid/_di_to_dd.c: Likewise. | |
405 * config/libbid/_di_to_sd.c: Likewise. | |
406 * config/libbid/_di_to_td.c: Likewise. | |
407 * config/libbid/_div_dd.c: Likewise. | |
408 * config/libbid/_div_sd.c: Likewise. | |
409 * config/libbid/_div_td.c: Likewise. | |
410 * config/libbid/_eq_dd.c: Likewise. | |
411 * config/libbid/_eq_sd.c: Likewise. | |
412 * config/libbid/_eq_td.c: Likewise. | |
413 * config/libbid/_ge_dd.c: Likewise. | |
414 * config/libbid/_ge_sd.c: Likewise. | |
415 * config/libbid/_ge_td.c: Likewise. | |
416 * config/libbid/_gt_dd.c: Likewise. | |
417 * config/libbid/_gt_sd.c: Likewise. | |
418 * config/libbid/_gt_td.c: Likewise. | |
419 * config/libbid/_isinfd128.c: Likewise. | |
420 * config/libbid/_isinfd32.c: Likewise. | |
421 * config/libbid/_isinfd64.c: Likewise. | |
422 * config/libbid/_le_dd.c: Likewise. | |
423 * config/libbid/_le_sd.c: Likewise. | |
424 * config/libbid/_le_td.c: Likewise. | |
425 * config/libbid/_lt_dd.c: Likewise. | |
426 * config/libbid/_lt_sd.c: Likewise. | |
427 * config/libbid/_lt_td.c: Likewise. | |
428 * config/libbid/_mul_dd.c: Likewise. | |
429 * config/libbid/_mul_sd.c: Likewise. | |
430 * config/libbid/_mul_td.c: Likewise. | |
431 * config/libbid/_ne_dd.c: Likewise. | |
432 * config/libbid/_ne_sd.c: Likewise. | |
433 * config/libbid/_ne_td.c: Likewise. | |
434 * config/libbid/_sd_to_dd.c: Likewise. | |
435 * config/libbid/_sd_to_df.c: Likewise. | |
436 * config/libbid/_sd_to_di.c: Likewise. | |
437 * config/libbid/_sd_to_sf.c: Likewise. | |
438 * config/libbid/_sd_to_si.c: Likewise. | |
439 * config/libbid/_sd_to_td.c: Likewise. | |
440 * config/libbid/_sd_to_tf.c: Likewise. | |
441 * config/libbid/_sd_to_udi.c: Likewise. | |
442 * config/libbid/_sd_to_usi.c: Likewise. | |
443 * config/libbid/_sd_to_xf.c: Likewise. | |
444 * config/libbid/_sf_to_dd.c: Likewise. | |
445 * config/libbid/_sf_to_sd.c: Likewise. | |
446 * config/libbid/_sf_to_td.c: Likewise. | |
447 * config/libbid/_si_to_dd.c: Likewise. | |
448 * config/libbid/_si_to_sd.c: Likewise. | |
449 * config/libbid/_si_to_td.c: Likewise. | |
450 * config/libbid/_td_to_dd.c: Likewise. | |
451 * config/libbid/_td_to_df.c: Likewise. | |
452 * config/libbid/_td_to_di.c: Likewise. | |
453 * config/libbid/_td_to_sd.c: Likewise. | |
454 * config/libbid/_td_to_sf.c: Likewise. | |
455 * config/libbid/_td_to_si.c: Likewise. | |
456 * config/libbid/_td_to_tf.c: Likewise. | |
457 * config/libbid/_td_to_udi.c: Likewise. | |
458 * config/libbid/_td_to_usi.c: Likewise. | |
459 * config/libbid/_td_to_xf.c: Likewise. | |
460 * config/libbid/_tf_to_dd.c: Likewise. | |
461 * config/libbid/_tf_to_sd.c: Likewise. | |
462 * config/libbid/_tf_to_td.c: Likewise. | |
463 * config/libbid/_udi_to_dd.c: Likewise. | |
464 * config/libbid/_udi_to_sd.c: Likewise. | |
465 * config/libbid/_udi_to_td.c: Likewise. | |
466 * config/libbid/_unord_dd.c: Likewise. | |
467 * config/libbid/_unord_sd.c: Likewise. | |
468 * config/libbid/_unord_td.c: Likewise. | |
469 * config/libbid/_usi_to_dd.c: Likewise. | |
470 * config/libbid/_usi_to_sd.c: Likewise. | |
471 * config/libbid/_usi_to_td.c: Likewise. | |
472 * config/libbid/_xf_to_dd.c: Likewise. | |
473 * config/libbid/_xf_to_sd.c: Likewise. | |
474 * config/libbid/_xf_to_td.c: Likewise. | |
475 * config/libbid/bid128.c: Likewise. | |
476 * config/libbid/bid128_2_str.h: Likewise. | |
477 * config/libbid/bid128_2_str_macros.h: Likewise. | |
478 * config/libbid/bid128_2_str_tables.c: Likewise. | |
479 * config/libbid/bid128_add.c: Likewise. | |
480 * config/libbid/bid128_compare.c: Likewise. | |
481 * config/libbid/bid128_div.c: Likewise. | |
482 * config/libbid/bid128_fma.c: Likewise. | |
483 * config/libbid/bid128_logb.c: Likewise. | |
484 * config/libbid/bid128_minmax.c: Likewise. | |
485 * config/libbid/bid128_mul.c: Likewise. | |
486 * config/libbid/bid128_next.c: Likewise. | |
487 * config/libbid/bid128_noncomp.c: Likewise. | |
488 * config/libbid/bid128_quantize.c: Likewise. | |
489 * config/libbid/bid128_rem.c: Likewise. | |
490 * config/libbid/bid128_round_integral.c: Likewise. | |
491 * config/libbid/bid128_scalb.c: Likewise. | |
492 * config/libbid/bid128_sqrt.c: Likewise. | |
493 * config/libbid/bid128_string.c: Likewise. | |
494 * config/libbid/bid128_to_int16.c: Likewise. | |
495 * config/libbid/bid128_to_int32.c: Likewise. | |
496 * config/libbid/bid128_to_int64.c: Likewise. | |
497 * config/libbid/bid128_to_int8.c: Likewise. | |
498 * config/libbid/bid128_to_uint16.c: Likewise. | |
499 * config/libbid/bid128_to_uint32.c: Likewise. | |
500 * config/libbid/bid128_to_uint64.c: Likewise. | |
501 * config/libbid/bid128_to_uint8.c: Likewise. | |
502 * config/libbid/bid32_to_bid128.c: Likewise. | |
503 * config/libbid/bid32_to_bid64.c: Likewise. | |
504 * config/libbid/bid64_add.c: Likewise. | |
505 * config/libbid/bid64_compare.c: Likewise. | |
506 * config/libbid/bid64_div.c: Likewise. | |
507 * config/libbid/bid64_fma.c: Likewise. | |
508 * config/libbid/bid64_logb.c: Likewise. | |
509 * config/libbid/bid64_minmax.c: Likewise. | |
510 * config/libbid/bid64_mul.c: Likewise. | |
511 * config/libbid/bid64_next.c: Likewise. | |
512 * config/libbid/bid64_noncomp.c: Likewise. | |
513 * config/libbid/bid64_quantize.c: Likewise. | |
514 * config/libbid/bid64_rem.c: Likewise. | |
515 * config/libbid/bid64_round_integral.c: Likewise. | |
516 * config/libbid/bid64_scalb.c: Likewise. | |
517 * config/libbid/bid64_sqrt.c: Likewise. | |
518 * config/libbid/bid64_string.c: Likewise. | |
519 * config/libbid/bid64_to_bid128.c: Likewise. | |
520 * config/libbid/bid64_to_int16.c: Likewise. | |
521 * config/libbid/bid64_to_int32.c: Likewise. | |
522 * config/libbid/bid64_to_int64.c: Likewise. | |
523 * config/libbid/bid64_to_int8.c: Likewise. | |
524 * config/libbid/bid64_to_uint16.c: Likewise. | |
525 * config/libbid/bid64_to_uint32.c: Likewise. | |
526 * config/libbid/bid64_to_uint64.c: Likewise. | |
527 * config/libbid/bid64_to_uint8.c: Likewise. | |
528 * config/libbid/bid_b2d.h: Likewise. | |
529 * config/libbid/bid_binarydecimal.c: Likewise. | |
530 * config/libbid/bid_conf.h: Likewise. | |
531 * config/libbid/bid_convert_data.c: Likewise. | |
532 * config/libbid/bid_decimal_data.c: Likewise. | |
533 * config/libbid/bid_decimal_globals.c: Likewise. | |
534 * config/libbid/bid_div_macros.h: Likewise. | |
535 * config/libbid/bid_dpd.c: Likewise. | |
536 * config/libbid/bid_flag_operations.c: Likewise. | |
537 * config/libbid/bid_from_int.c: Likewise. | |
538 * config/libbid/bid_functions.h: Likewise. | |
539 * config/libbid/bid_gcc_intrinsics.h: Likewise. | |
540 * config/libbid/bid_inline_add.h: Likewise. | |
541 * config/libbid/bid_internal.h: Likewise. | |
542 * config/libbid/bid_round.c: Likewise. | |
543 * config/libbid/bid_sqrt_macros.h: Likewise. | |
544 | |
545 2009-04-09 Jakub Jelinek <jakub@redhat.com> | |
546 | |
547 * Makefile.in: Change copyright header to refer to version | |
548 3 of the GNU General Public License and to point readers at the | |
549 COPYING3 file and the FSF's license web page. | |
550 * config.host: Likewise. | |
551 | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
552 2009-04-07 Alan Modra <amodra@bigpond.net.au> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
553 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
554 * config.host: Reorder and merge to match config.gcc change. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
555 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
556 2009-04-03 Alan Modra <amodra@bigpond.net.au> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
557 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
558 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
559 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
560 2009-03-28 Joseph Myers <joseph@codesourcery.com> |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
561 |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
562 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof, |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
563 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*, |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
564 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*, |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
565 powerpc-ibm-aix4.[12]*, sh-*-*): Remove. |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
566 |
0 | 567 2009-02-12 Uros Bizjak <ubizjak@gmail.com> |
568 | |
569 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file. | |
570 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype. | |
571 | |
572 2009-02-12 H.J. Lu <hongjiu.lu@intel.com> | |
573 | |
574 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and | |
575 ia64/t-softfp-compat to tmake_file. | |
576 | |
577 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*. | |
578 | |
579 * config/ia64/__divxf3.asm: New. | |
580 * config/ia64/_fixtfdi.asm: Likewise. | |
581 * config/ia64/_fixunstfdi.asm: Likewise. | |
582 * config/ia64/_floatditf.asm: Likewise. | |
583 * config/ia64/t-fprules-softfp: Likewise. | |
584 * config/ia64/t-softfp-compat: Likewise. | |
585 * config/ia64/tf-signs.c: Likewise. | |
586 | |
587 2009-01-18 Ben Elliston <bje@au.ibm.com> | |
588 | |
589 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype. | |
590 | |
591 2009-01-16 Ben Elliston <bje@au.ibm.com> | |
592 | |
593 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp | |
594 to tmake_file. | |
595 | |
596 2009-01-13 Ben Elliston <bje@au.ibm.com> | |
597 | |
598 * config/t-softfp: New file. | |
599 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp. | |
600 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise. | |
601 | |
602 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com> | |
603 | |
604 * config.host: Add m32r*-*-rtems*. | |
605 | |
606 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> | |
607 | |
608 * config.host: Add m32c*-*-rtems*. | |
609 | |
610 2008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | |
611 | |
612 PR bootstrap/33100 | |
613 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include | |
614 i386/t-crtstuff if linker supports ZERO terminator unwind entries. | |
615 * configure: Regenerate. | |
616 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in | |
617 tmake_file here from gcc/config.gcc. | |
618 Move extra_parts here from gcc/config.gcc. | |
619 * config/i386/t-sol2: Move here from gcc/config/i386. | |
620 Use gcc_srcdir instead of srcdir. | |
621 | |
622 2008-11-18 Adam Nemet <anemet@caviumnetworks.com> | |
623 | |
624 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New | |
625 case. | |
626 | |
627 2008-11-09 Thomas Schwinge <tschwinge@gnu.org> | |
628 | |
629 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD. | |
630 | |
631 2008-10-08 Thomas Schwinge <tschwinge@gnu.org> | |
632 | |
633 * config.host: Fold `*-*-gnu*' cases into the Linux ones. | |
634 | |
635 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com> | |
636 | |
637 Add picoChip port. | |
638 * config.host: Add picochip-*-*. | |
639 | |
640 2008-08-06 Bob Wilson <bob.wilson@acm.org> | |
641 | |
642 * config.host: Match more processor names for Xtensa. | |
643 | |
644 2008-07-08 H.J. Lu <hongjiu.lu@intel.com> | |
645 | |
646 * config/i386/64/t-softfp-compat: Update comments. | |
647 | |
648 2008-07-07 H.J. Lu <hongjiu.lu@intel.com> | |
649 | |
650 * config/i386/64/_divtc3-compat.c: Moved to ... | |
651 * config/i386/64/_divtc3.c: Here. | |
652 | |
653 * config/i386/64/_multc3-compat.c: Moved to ... | |
654 * config/i386/64/_multc3.c: Here. | |
655 | |
656 * config/i386/64/_powitf2-compat.c: Moved to ... | |
657 * config/i386/64/_powitf2.c: Here. | |
658 | |
659 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add | |
660 .c suffix instead of -compat.c. | |
661 | |
662 2008-07-05 Uros Bizjak <ubizjak@gmail.com> | |
663 | |
664 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove. | |
665 (_FP_MUL_MEAT_D): Ditto. | |
666 (_FP_DIV_MEAT_S): Ditto. | |
667 (_FP_DIV_MEAT_D): Ditto. | |
668 | |
669 2008-07-03 Richard Sandiford <rdsandiford@googlemail.com> | |
670 | |
671 * Makefile.in: Add support for __sync_* libgcc functions. | |
672 | |
673 2008-07-03 H.J. Lu <hongjiu.lu@intel.com> | |
674 | |
675 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED. | |
676 | |
677 2008-07-02 H.J. Lu <hongjiu.lu@intel.com> | |
678 | |
679 PR boostrap/36702 | |
680 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86 | |
681 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86. | |
682 | |
683 * config/i386/64/t-fprules-softfp: Moved to ... | |
684 * config/i386/64/t-softfp-compat: This. New. | |
685 | |
686 2008-07-02 Uros Bizjak <ubizjak@gmail.com> | |
687 | |
688 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]: | |
689 Initialize f with 0.0. | |
690 | |
691 2008-07-02 H.J. Lu <hongjiu.lu@intel.com> | |
692 | |
693 PR target/36669 | |
694 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED. | |
695 | |
696 * config/i386/64/_divtc3-compat.c: New. | |
697 * config/i386/64/_multc3-compat.c: Likewise. | |
698 * config/i386/64/_powitf2-compat.c: Likewise. | |
699 * config/i386/64/eqtf2.c: Likewise. | |
700 * config/i386/64/getf2.c: Likewise. | |
701 * config/i386/64/letf2.c: Likewise. | |
702 * config/i386/64/t-fprules-softfp: Likewise. | |
703 | |
704 2008-07-02 H.J. Lu <hongjiu.lu@intel.com> | |
705 | |
706 * config.host: Add i386/${host_address}/t-fprules-softfp to | |
707 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*, | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
708 i[34567]86-*-linux*, x86_64-*-linux*. |
0 | 709 |
710 * configure.ac: Set host_address to 64 or 32 for x86. | |
711 * configure: Regenerated. | |
712 | |
713 * Makefile.in (config.status): Also depend on | |
714 $(srcdir)/config.host. | |
715 | |
716 * config/i386/32/t-fprules-softfp: New. | |
717 * config/i386/32/tf-signs.c: Likewise. | |
718 | |
719 * config/i386/64/sfp-machine.h: New. Moved from gcc. | |
720 | |
721 2008-07-02 H.J. Lu <hongjiu.lu@intel.com> | |
722 Uros Bizjak <ubizjak@gmail.com> | |
723 | |
724 * config/i386/32/sfp-machine.h: New. | |
725 | |
726 2008-06-26 Nathan Froyd <froydnj@codesourcery.com> | |
727 | |
728 * config/rs6000/t-ppccomm: Remove rules that conflict with | |
729 auto-generated rules. | |
730 | |
731 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
732 | |
733 * configure.ac: sinclude override.m4. | |
734 * configure: Regenerate. | |
735 | |
736 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org> | |
737 | |
738 * configure: Regenerate. | |
739 | |
740 2008-06-10 Joseph Myers <joseph@codesourcery.com> | |
741 | |
742 * Makefile.in (DECNUMINC): Remove | |
743 -I$(MULTIBUILDTOP)../../libdecnumber. | |
744 * gstdint.h: New. | |
745 | |
746 2008-06-07 Joseph Myers <joseph@codesourcery.com> | |
747 | |
748 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*, | |
749 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*, | |
750 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf, | |
751 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*, | |
752 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*, | |
753 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*, | |
754 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*, | |
755 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*, | |
756 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*, | |
757 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*, | |
758 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*, | |
759 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*, | |
760 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*, | |
761 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove. | |
762 | |
763 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr> | |
764 | |
765 * config.host (sh2[lbe]*-*-linux*): Allow target. | |
766 | |
767 2008-04-30 Nathan Froyd <froydnj@codesourcery.com> | |
768 | |
769 * config/rs6000/t-ppccomm: Add build rules for new files. | |
770 (LIB2ADD_ST): New variable. | |
771 | |
772 2008-04-07 Andy Hutchinson <hutchinsonandy@aim.com> | |
773 | |
774 PR target/34210 | |
775 PR target/35508 | |
776 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file. | |
777 * config/t-avr: New file. Build 16bit libgcc functions. | |
778 | |
779 2008-03-02 Jakub Jelinek <jakub@redhat.com> | |
780 | |
781 PR target/35401 | |
782 * config/t-slibgcc-darwin: Make install-leaf dependent on | |
783 install-darwin-libgcc-stubs instead of install. | |
784 | |
785 2008-01-25 Joseph Myers <joseph@codesourcery.com> | |
786 | |
787 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, | |
788 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*, | |
789 sh-*-rtemscoff*): Remove cases. | |
790 | |
791 2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk> | |
792 | |
793 * Makefile.in (all): Use install-leaf rather than install. | |
794 (install): Split most of the rule into... | |
795 (install-leaf): ...this new one. | |
796 | |
797 2007-12-19 Etsushi Kato <ek.kato@gmail.com> | |
798 Paolo Bonzini <bonzini@gnu.org> | |
799 | |
800 PR target/30572 | |
801 * Makefile.in: Use @shlib_slibdir@ substitution to get | |
802 correct install name on darwin. | |
803 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name. | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
804 |
0 | 805 2007-12-15 Hans-Peter Nilsson <hp@axis.com> |
806 | |
807 * config.host (crisv32-*-elf, crisv32-*-none): New, same as | |
808 cris-*-elf and cris-*-none. | |
809 (crisv32-*-linux*): Similar, as cris-*-linux*. | |
810 | |
811 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk> | |
812 | |
813 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts. | |
814 | |
815 2007-10-27 H.J. Lu <hongjiu.lu@intel.com> | |
816 | |
817 PR regression/33926 | |
818 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls. | |
819 * configure: Regenerated. | |
820 | |
821 2007-09-27 H.J. Lu <hongjiu.lu@intel.com> | |
822 | |
823 * Makefile.in (dfp-filenames): Replace decimal_globals, | |
824 decimal_data, binarydecimal and convert_data with | |
825 bid_decimal_globals, bid_decimal_data, bid_binarydecimal | |
826 and bid_convert_data, respectively. | |
827 | |
828 2007-09-17 Chao-ying Fu <fu@mips.com> | |
829 Nigel Stephens <nigel@mips.com> | |
830 | |
831 * fixed-obj.mk: New file to support fine-grain fixed-point functions. | |
832 * Makefile.in (fixed_point): Define. | |
833 Check if fixed_point is yes to build support functions. | |
834 * configure.ac: Check for fixed_point support. | |
835 * configure: Regenerated. | |
836 * gen-fixed.sh: New file to generate lists of fixed-point labels, | |
837 funcs, modes, from, to. | |
838 | |
839 2007-09-11 Janis Johnson <janis187@us.ibm.com | |
840 | |
841 * Makefile.in (dfp-filenames): Add bid128_noncomp. | |
842 | |
843 2007-09-10 Janis Johnson <janis187@us.ibm.com> | |
844 | |
845 * Makefile.in (dfp-filenames): Remove decUtility, add | |
846 decDouble, decPacked, decQuad, decSingle. | |
847 | |
848 2007-08-27 Hans Kester <hans.kester@ellips.nl> | |
849 | |
850 * config.host : Add x86_64-elf target. | |
851 | |
852 2007-07-06 H.J. Lu <hongjiu.lu@intel.com> | |
853 | |
854 * configure.ac (set_have_cc_tls): Add a missing =. | |
855 * configure: Regenerated. | |
856 | |
857 2007-07-06 H.J. Lu <hongjiu.lu@intel.com> | |
858 | |
859 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux* | |
860 and x86_64-*-linux*. | |
861 | |
862 * config/t-tls: New file. | |
863 | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
864 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. |
0 | 865 |
866 * configure.ac: Include ../config/enable.m4 and | |
867 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler | |
868 supports TLS and substitute set_have_cc_tls. | |
869 * configure: Regenerated. | |
870 | |
871 2007-07-04 H.J. Lu <hongjiu.lu@intel.com> | |
872 | |
873 * Makefile.in: Use libbid for DFP when BID is enabled. | |
874 | |
875 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net> | |
876 | |
877 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
878 extra_parts. Add config/i386/t-cygming to tmake_file. |
0 | 879 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o. |
880 | |
881 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com> | |
882 Danny Smith <dannysmith@users.sourceforge.net> | |
883 | |
884 PR target/29498 | |
885 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add | |
886 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file. | |
887 * config/i386/t-crtfm: Compile crtfastmath.o with | |
888 -minline-all-stringops. | |
889 | |
890 2007-05-10 Richard Sandiford <richard@codesourcery.com> | |
891 | |
892 * config.host (sparc-wrs-vxworks): New target. | |
893 | |
894 2007-04-14 Kazu Hirata <kazu@codesourcery.com> | |
895 | |
896 * config.host: Recognize fido. | |
897 | |
898 2007-04-04 Janis Johnson <janis187@us.ibm.com> | |
899 | |
900 * configure: Check host, not target, for decimal float support. | |
901 | |
902 2007-04-03 Uros Bizjak <ubizjak@gmail.com> | |
903 | |
904 * config/i386/t-crtpc: New file. | |
905 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file. | |
906 (x86_64-*-linux*): Ditto. | |
907 | |
908 2007-02-30 Kai Tietz <kai.tietz@onevision.com> | |
909 | |
910 * config.host (x86_64-*-mingw*): New target. | |
911 | |
912 2007-03-23 Michael Meissner <michael.meissner@amd.com> | |
913 H.J. Lu <hongjiu.lu@intel.com> | |
914 | |
915 * Makefile.in (enable_decimal_float): New. | |
916 (DECNUMINC): Add | |
917 -I$(srcdir)/../libdecnumber/$(enable_decimal_float). | |
918 (dec-objects): Move decimal32, decimal64 and decimal128 to ... | |
919 (decbits-filenames): This. | |
920 (decbits-objects): New. | |
921 (libgcc-objects): Add $(decbits-objects). | |
922 | |
923 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}. | |
924 Substitute enable_decimal_float. | |
925 * configure: Regenerated. | |
926 | |
927 2007-03-19 Hans-Peter Nilsson <hp@axis.com> | |
928 | |
929 * config.host (cris-*-elf | cris-*-none): Set extra_parts. | |
930 | |
931 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com> | |
932 | |
933 * Makefile.in (install-info): New dummy target. | |
934 | |
935 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com> | |
936 | |
937 * config.host (bfin*-linux-uclibc*): Set extra_parts. | |
938 | |
939 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> | |
940 | |
941 * Makefile.in: Add install-html and install-pdf dummy | |
942 targets. | |
943 | |
944 2007-02-05 Roger Sayle <roger@eyesopen.com> | |
945 Daniel Jacobowitz <dan@codesourcery.com> | |
946 | |
947 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so. | |
948 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK). | |
949 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK). | |
950 | |
951 2007-01-29 Janis Johnson <janis187@us.ibm.com> | |
952 | |
953 * Makefile.in (dec-filenames): Add decExcept. | |
954 | |
955 2007-01-28 Daniel Jacobowitz <dan@codesourcery.com> | |
956 | |
957 PR bootstrap/30469 | |
958 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and | |
959 -fprofile-use. | |
960 | |
961 2007-01-25 Daniel Jacobowitz <dan@codesourcery.com> | |
962 | |
963 * configure.ac: Add --enable-version-specific-runtime-libs. | |
964 Correct $slibdir default. | |
965 * configure: Regenerated. | |
966 | |
967 2007-01-23 Joseph Myers <joseph@codesourcery.com> | |
968 | |
969 * config/rs6000/t-ldbl128: Always use -mlong-double-128. | |
970 | |
971 2007-01-21 Andrew Pinski <pinskia@gmail.com> | |
972 | |
973 PR target/30519 | |
974 * config.host (alpha*-*-linux*): Set extra_parts. | |
975 | |
976 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org> | |
977 | |
978 * config/sh/t-linux: New. | |
979 * config.host (sh*-*-linux*): Set tmake_file. | |
980 | |
981 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com> | |
982 | |
983 * Makefile.in (install): Handle multilibs. | |
984 | |
985 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com> | |
986 | |
987 * Makefile.in: Added .PHONY entry for documentation targets. | |
988 | |
989 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com> | |
990 | |
991 * Makefile.in: Add empty info, html, dvi, pdf targets. | |
992 | |
993 2007-01-04 Mike Stump <mrs@apple.com> | |
994 | |
995 * Makefile.in (MAKEINFO): Remove. | |
996 (PERL): Likewise. | |
997 | |
998 2007-01-04 Paolo Bonzini <bonzini@gnu.org> | |
999 | |
1000 * configure.ac: Add GCC_TOPLEV_SUBDIRS. | |
1001 * configure: Regenerate. | |
1002 * Makefile.in (host_subdir): Substitute it. | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
47
diff
changeset
|
1003 (gcc_objdir): Use it. |
0 | 1004 |
1005 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> | |
1006 | |
1007 * config.host (ia64*-*-linux*): Set tmake_file. | |
1008 | |
1009 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> | |
1010 | |
1011 * Makefile.in (version): Define. | |
1012 | |
1013 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com> | |
1014 Paolo Bonzini <bonzini@gnu.org> | |
1015 | |
1016 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64, | |
1017 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128, | |
1018 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64, | |
1019 config/sparc/t-crtfm, config/t-slibgcc-darwin, | |
1020 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk, | |
1021 shared-object.mk, siditi-object.mk, static-object.mk: New files. | |
1022 * configure: Generated. |