diff options
Diffstat (limited to 'gdb/m-umaxinit.h')
-rw-r--r-- | gdb/m-umaxinit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m-umaxinit.h b/gdb/m-umaxinit.h deleted file mode 100644 index 34cc75a..0000000 --- a/gdb/m-umaxinit.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This is how the size of an individual .o file's text segment - is rounded on the multimax. */ - -#define FILEADDR_ROUND(addr) ((addr + 3) & -4) |