aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha/tm-alphanw.h
blob: cf3075e4636659dddd527c8fba898d9118b03a2e (plain)
1
2
3
4
5
6
7
8
9
10
/* GDB target definitions for Alpha running Netware. */

/* Alpha/Netware uses NT PALcode, which causes call_pal bpt to give the PC of the
   actual breakpoint, not PC+4, (like the OSF1 PALcode).  */

#define DECR_PC_AFTER_BREAK 0

#define VM_MIN_ADDRESS ((CORE_ADDR)0)

#include "alpha/tm-alpha.h"