aboutsummaryrefslogtreecommitdiff
path: root/gdb/m-umaxinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m-umaxinit.h')
-rw-r--r--gdb/m-umaxinit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/m-umaxinit.h b/gdb/m-umaxinit.h
new file mode 100644
index 0000000..34cc75a
--- /dev/null
+++ b/gdb/m-umaxinit.h
@@ -0,0 +1,4 @@
+/* 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)