mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
1998-10-22 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef __ASSEMBLER__.
This commit is contained in:
parent
7bb38c70c4
commit
e595c802ca
@ -1,3 +1,8 @@
|
||||
1998-10-22 Philip Blundell <pb@nexus.co.uk>
|
||||
|
||||
* sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
|
||||
__ASSEMBLER__.
|
||||
|
||||
1998-10-21 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -22,5 +22,9 @@
|
||||
/* Some definitions to allow the assembler in sysdeps/unix/ to build
|
||||
without needing ARM-specific versions of all the files. */
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
|
||||
#define ret RETINSTR(mov, pc, r14)
|
||||
#define MOVE(a,b) mov b,a
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user