gdb-2.8.1
[deliverable/binutils-gdb.git] / gdb / m-pninit.h
CommitLineData
3bf57d21 1/* This is how the size of an individual .o file's text segment
2 is rounded on a Concept. See pn-pinsn.c for rounding function. */
3
4#define FILEADDR_ROUND(addr) (((int)(addr) + 7) & ~0x7)
This page took 0.033215 seconds and 4 git commands to generate.