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
This commit is contained in:
parent
9dd53f2c1b
commit
938b21d3de
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2001-06-05 Pascal Obry <obry@act-europe.fr>
|
2001-06-05 Pascal Obry <obry@act-europe.fr>
|
||||||
|
|
||||||
* configure.in: Quote $enable_win32_registry in case the value has
|
* configure.in: Quote $enable_win32_registry in case the value has
|
||||||
|
@ -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,
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
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.
|
/* The prefix to add to user-visible assembler symbols.
|
||||||
|
|
||||||
For ELF systems the convention is *not* to prepend a leading
|
For ELF systems the convention is *not* to prepend a leading
|
||||||
|
Loading…
Reference in New Issue
Block a user