mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
_divtc3-compat.c: Moved to ...
2008-07-07 H.J. Lu <hongjiu.lu@intel.com> * config/i386/64/_divtc3-compat.c: Moved to ... * config/i386/64/_divtc3.c: Here. * config/i386/64/_multc3-compat.c: Moved to ... * config/i386/64/_multc3.c: Here. * config/i386/64/_powitf2-compat.c: Moved to ... * config/i386/64/_powitf2.c: Here. * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add .c suffix instead of -compat.c. From-SVN: r137579
This commit is contained in:
parent
85776d6097
commit
dd7b73c0a6
@ -1,3 +1,17 @@
|
||||
2008-07-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/64/_divtc3-compat.c: Moved to ...
|
||||
* config/i386/64/_divtc3.c: Here.
|
||||
|
||||
* config/i386/64/_multc3-compat.c: Moved to ...
|
||||
* config/i386/64/_multc3.c: Here.
|
||||
|
||||
* config/i386/64/_powitf2-compat.c: Moved to ...
|
||||
* config/i386/64/_powitf2.c: Here.
|
||||
|
||||
* config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
|
||||
.c suffix instead of -compat.c.
|
||||
|
||||
2008-07-05 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
|
||||
|
@ -8,5 +8,5 @@ LIB2ADD += $(addprefix $(srcdir)/config/i386/64/, $(tf-compats))
|
||||
# Replace _divtc3, _multc3 and _powitf2.
|
||||
libgcc2-tf-functions = _divtc3 _multc3 _powitf2
|
||||
LIB2FUNCS_EXCLUDE += $(libgcc2-tf-functions)
|
||||
libgcc2-tf-compats = $(addsuffix -compat.c, $(libgcc2-tf-functions))
|
||||
libgcc2-tf-compats = $(addsuffix .c, $(libgcc2-tf-functions))
|
||||
LIB2ADD += $(addprefix $(srcdir)/config/i386/64/, $(libgcc2-tf-compats))
|
||||
|
Loading…
Reference in New Issue
Block a user