projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06137fc
)
fix goof from last change
author
Ken Raeburn
<raeburn@cygnus>
Mon, 4 Jan 1993 21:48:44 +0000
(21:48 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Mon, 4 Jan 1993 21:48:44 +0000
(21:48 +0000)
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/read.c
b/gas/read.c
index 1df4369f4f4fc920f577f99d7cb67a35f58ebd38..d780cfc7ffa32af95eb28fb53b750ba8f97241b6 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-817,7
+817,11
@@
s_data ()
register int temp;
temp = get_absolute_expression ();
+#ifdef BFD_ASSEMBLER
subseg_set (data_section, (subsegT) temp);
+#else
+ subseg_change (data_section, (subsegT) temp);
+#endif
#ifdef VMS
const_flag = 0;