mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 08:51:06 +00:00
Define LOC.
This commit is contained in:
parent
b814210938
commit
30437816c1
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Brendan Kehoe (brendan@zen.org).
|
Contributed by Brendan Kehoe (brendan@zen.org).
|
||||||
|
|
||||||
@ -51,4 +51,6 @@
|
|||||||
#define r1 %o1
|
#define r1 %o1
|
||||||
#define MOVE(x,y) mov x, y
|
#define MOVE(x,y) mov x, y
|
||||||
|
|
||||||
|
#define LOC(name) .##L##name
|
||||||
|
|
||||||
#endif /* __ASSEMBLER__ */
|
#endif /* __ASSEMBLER__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user