diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1993-04-23 19:03:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1993-04-23 19:03:55 +0000 |
commit | 7040b11665f8813ac09345c336a9e88bab0fa166 (patch) | |
tree | c817c323ac8d3f543bd188a2b41dffa375710e30 | |
parent | a34a369b38e7400cc11a39d997b672355bfa3009 (diff) | |
download | gcc-7040b11665f8813ac09345c336a9e88bab0fa166.zip gcc-7040b11665f8813ac09345c336a9e88bab0fa166.tar.gz gcc-7040b11665f8813ac09345c336a9e88bab0fa166.tar.bz2 |
*** empty log message ***
From-SVN: r4199
-rw-r--r-- | gcc/config/i386/svr3gas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/svr3gas.h b/gcc/config/i386/svr3gas.h index 18053ec..5b7b9b8 100644 --- a/gcc/config/i386/svr3gas.h +++ b/gcc/config/i386/svr3gas.h @@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "gas.h" +#include "i386/gas.h" -/* Add stuff that normally comes from i386v.h */ +/* Add stuff that normally comes from i386/sysv3.h */ /* longjmp may fail to restore the registers if called from the same function that called setjmp. To compensate, the compiler avoids @@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ } \ } while (0) -/* Add stuff that normally comes from i386v.h via svr3.h */ +/* Add stuff that normally comes from i386/sysv3.h via svr3.h */ /* Define the actual types of some ANSI-mandated types. These definitions should work for most SVR3 systems. */ |