blob: d5a905bc781700d6d97ba222145cfeea97750781 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
divert(-1)
####################################################################
## IDA style non-local aliasing.
##
## Neil Rickert <rickert@cs.niu.edu>
##
####################################################################
divert(0)dnl
VERSIONID(`$Id: ida-aliases.m4,v 1.1 1999/02/09 00:35:21 rickert Exp $')
divert(-1)
PUSHDIVERT(3)dnl
### Check aliases for non-local users.
R$+<@$+> $:$1<@$2><${opMode}> Are we building aliases?
R$+<@$=w.><$-> $:$1<@$2.> Don't touch local addresses
R$+<@$+><i> $:$1<@$2><>i
R$+<@$+><$-> $:$1<@$2><>$(aliases $1@$2 $: $)
R$+<@$+><>$+ $#local $:$1@$2
R$+<@$+><>$* $:$1<@$2>
POPDIVERT
|