diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-06-06 00:46:01 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-06-06 00:46:01 +0000 |
commit | 938b21d3dea09cdd5a336b4b0d94280627ac836a (patch) | |
tree | d3d80a533e2e018a29476fcf85bbcddfc44b38bf /gcc/config/elfos.h | |
parent | 9dd53f2c1b3ca1aac698c864422ac8d0d2c42d84 (diff) | |
download | gcc-938b21d3dea09cdd5a336b4b0d94280627ac836a.tar.gz |
elfos.h (USING_ELFOS_H): Identify the use of elfos.h in the same way svr4.h does.
2001-06-05 David O'Brien <obrien@FreeBSD.org>
* elfos.h (USING_ELFOS_H): Identify the use of elfos.h in the same
way svr4.h does.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20010604154656.E25044@redhat.com>
From-SVN: r42921
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index e7b9b811121..f3abe469b81 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -21,6 +21,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* Define a symbol indicating that we are using elfos.h. + Some CPU specific configuration files use this. */ +#define USING_ELFOS_H + /* The prefix to add to user-visible assembler symbols. For ELF systems the convention is *not* to prepend a leading |