diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/read.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 97422c1..a0deb6a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-01-12 Alan Modra <amodra@gmail.com> + + * read.c (s_altmacro, s_reloc): Make definition static. + 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com> * config/tc-avr.c (md_apply_fix): Update the contents of VALP for @@ -1579,7 +1579,7 @@ s_align_ptwo (int arg) /* Switch in and out of alternate macro mode. */ -void +static void s_altmacro (int on) { demand_empty_rest_of_line (); @@ -3984,7 +3984,7 @@ s_rva (int size) /* .reloc offset, reloc_name, symbol+addend. */ -void +static void s_reloc (int ignore ATTRIBUTE_UNUSED) { char *stop = NULL; |