aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index cbd0472..f3fde9b 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -324,10 +324,13 @@ extern segT text_section, data_section, bss_section;
enum _relax_state
{
+ /* Dummy frag used by listing code. */
+ rs_dummy = 0,
+
/* Variable chars to be repeated fr_offset times.
Fr_symbol unused. Used with fr_offset == 0 for a
constant length frag. */
- rs_fill = 1,
+ rs_fill,
/* Align. The fr_offset field holds the power of 2 to which to
align. The fr_var field holds the number of characters in the