Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bc56a125
Commit
bc56a125
authored
Nov 07, 2000
by
Philip Blundell
Committed by
Nick Clifton
Nov 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete arm-linux-aout target
From-SVN: r37294
parent
a71d3613
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
73 deletions
+6
-73
gcc/ChangeLog
+6
-0
gcc/config/arm/linux-aout.h
+0
-59
gcc/configure
+0
-7
gcc/configure.in
+0
-7
No files found.
gcc/ChangeLog
View file @
bc56a125
2000-11-07 Philip Blundell <philb@gnu.org>
* configure.in (arm*-*-linuxaout*): Obsolete, deleted.
* config/arm/linux-aout.h: Likewise.
* configure: Regenerate.
2000-11-07 Philipp Thomas <pthomas@suse.de>
2000-11-07 Philipp Thomas <pthomas@suse.de>
* ABOUT-GCC-NLS: Remove the patch for gettext as it has been
* ABOUT-GCC-NLS: Remove the patch for gettext as it has been
...
...
gcc/config/arm/linux-aout.h
deleted
100644 → 0
View file @
a71d3613
/* Definitions for ARM running Linux-based GNU systems using a.out.
Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc.
Contributed by Russell King <rmk92@ecs.soton.ac.uk>.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <linux-aout.h>
/* these are different... */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}"
#undef ASM_APP_ON
#undef ASM_APP_OFF
#undef COMMENT_BEGIN
/* We default to ARM3. */
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm3
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
"-Dunix -D__arm__ -Dlinux \
-Asystem=unix -Asystem=posix -Acpu=arm -Amachine=arm"
#undef LIB_SPEC
#define LIB_SPEC \
"%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"
#define HANDLE_SYSV_PRAGMA
/* Run-time Target Specification. */
#define TARGET_VERSION fputs (" (ARM GNU/Linux with a.out)", stderr);
/*
* Maths operation domain error number, EDOM
* We don't really want this for libc6. However, taking it out would be
* too much of a pain for now and it doesn't hurt much.
*/
#define TARGET_EDOM 33
#include "arm/aout.h"
#include "arm/linux-gas.h"
gcc/configure
View file @
bc56a125
...
@@ -4067,13 +4067,6 @@ for machine in $build $host $target; do
...
@@ -4067,13 +4067,6 @@ for machine in $build $host $target; do
tmake_file
=
"t-netbsd arm/t-netbsd"
tmake_file
=
"t-netbsd arm/t-netbsd"
use_collect2
=
yes
use_collect2
=
yes
;;
;;
arm
*
-
*
-linux
*
aout
*
)
# ARM GNU/Linux with a.out
cpu_type
=
arm
xmake_file
=
x-linux
tm_file
=
arm/linux-aout.h
tmake_file
=
arm/t-linux
gnu_ld
=
yes
;;
arm
*
-
*
-linux
*
oldld
*
)
# ARM GNU/Linux with old ELF linker
arm
*
-
*
-linux
*
oldld
*
)
# ARM GNU/Linux with old ELF linker
xm_file
=
arm/xm-linux.h
xm_file
=
arm/xm-linux.h
xmake_file
=
x-linux
xmake_file
=
x-linux
...
...
gcc/configure.in
View file @
bc56a125
...
@@ -942,13 +942,6 @@ changequote([,])dnl
...
@@ -942,13 +942,6 @@ changequote([,])dnl
tmake_file="t-netbsd arm/t-netbsd"
tmake_file="t-netbsd arm/t-netbsd"
use_collect2=yes
use_collect2=yes
;;
;;
arm*-*-linux*aout*) # ARM GNU/Linux with a.out
cpu_type=arm
xmake_file=x-linux
tm_file=arm/linux-aout.h
tmake_file=arm/t-linux
gnu_ld=yes
;;
arm*-*-linux*oldld*) # ARM GNU/Linux with old ELF linker
arm*-*-linux*oldld*) # ARM GNU/Linux with old ELF linker
xm_file=arm/xm-linux.h
xm_file=arm/xm-linux.h
xmake_file=x-linux
xmake_file=x-linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment