aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-06 10:11:33 +0000
committerNick Clifton <nickc@redhat.com>2001-05-06 10:11:33 +0000
commitd8708f403e7d1df1165e12d4141506a804698666 (patch)
tree5417fe83ae70f750b42369bec30635b2fdd37d9e /gas/config/tc-arm.h
parenta7fdf62f9b557077e66b322619c584c5031b03a2 (diff)
downloadgdb-d8708f403e7d1df1165e12d4141506a804698666.zip
gdb-d8708f403e7d1df1165e12d4141506a804698666.tar.gz
gdb-d8708f403e7d1df1165e12d4141506a804698666.tar.bz2
Do not insert more than MAX_MEM_FOR_RS_ALIGN_CODE bytes.
Diffstat (limited to 'gas/config/tc-arm.h')
-rw-r--r--gas/config/tc-arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h
index f955c44..8de5704 100644
--- a/gas/config/tc-arm.h
+++ b/gas/config/tc-arm.h
@@ -215,6 +215,8 @@ void armelf_frob_symbol PARAMS ((symbolS *, int *));
#define DWARF2_LINE_MIN_INSN_LENGTH 2
#endif
+#define MAX_MEM_FOR_RS_ALIGN_CODE 31
+
/* For frags in code sections we need to record whether they contain
ARM code or THUMB code. This is that if they have to be aligned,
they can contain the correct type of no-op instruction. */