aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-03-18 22:34:36 +1030
committerAlan Modra <amodra@gmail.com>2019-03-18 22:39:55 +1030
commitaf60449c260235478f9b1f9db39a587fe4c75290 (patch)
tree2bd898fb2084bbe4e83cd6587f1309a85c5b4ae2 /gas/read.c
parentc6cdff46c9d35e0c811e179fc6642ed71473bc66 (diff)
downloadbinutils-af60449c260235478f9b1f9db39a587fe4c75290.zip
binutils-af60449c260235478f9b1f9db39a587fe4c75290.tar.gz
binutils-af60449c260235478f9b1f9db39a587fe4c75290.tar.bz2
Use temp_ilp and restore_ilp in more places
* as.c (macro_expr): Use temp_ilp and restore_ilp. * macro.c (buffer_and_nest): Likewise. * read.c (temp_ilp): Remove FIXME.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/read.c b/gas/read.c
index 228fe7a..ac0048d 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -6213,10 +6213,7 @@ static char *saved_limit;
overruns should not occur. Saves the current input line pointer so that
it can be restored by calling restore_ilp().
- Does not support recursion.
-
- FIXME: This function is currently only used by stabs.c but that
- should be extended to other files in the gas source directory. */
+ Does not support recursion. */
void
temp_ilp (char *buf)