]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
Split i386.c.
authorMartin Liska <mliska@suse.cz>
Mon, 6 May 2019 07:18:26 +0000 (09:18 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 6 May 2019 07:18:26 +0000 (07:18 +0000)
commit2bf6d93547e516b6b2b2051c0fb1b47ea4acc8a4
tree33008ff45c985d258a227c712900ba46336573d2
parent94adc935af1e1e6a90c0d6127707f7b3a53b692d
Split i386.c.

2019-05-06  Martin Liska  <mliska@suse.cz>

* config/i386/i386-builtins.c: New file.
* config/i386/i386-builtins.h: New file.
* config/i386/i386-expand.c: New file.
* config/i386/i386-expand.h: New file.
* config/i386/i386-features.c: New file.
* config/i386/i386-features.h: New file.
* config/i386/i386-options.c: New file.
* config/i386/i386-options.h: New file.
* config.gcc: Add new files into extra_objs and
target_gtfiles.
* config/i386/i386.c: Split content of the file
into newly introduced files.
* config/i386/i386.h: Declare common variables
and macros.
* config/i386/t-i386: Define dependencies for new files.

From-SVN: r270895
13 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/i386-builtins.c [new file with mode: 0644]
gcc/config/i386/i386-builtins.h [new file with mode: 0644]
gcc/config/i386/i386-expand.c [new file with mode: 0644]
gcc/config/i386/i386-expand.h [new file with mode: 0644]
gcc/config/i386/i386-features.c [new file with mode: 0644]
gcc/config/i386/i386-features.h [new file with mode: 0644]
gcc/config/i386/i386-options.c [new file with mode: 0644]
gcc/config/i386/i386-options.h [new file with mode: 0644]
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/t-i386