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:
0e31d0c
)
Added back some missing code @ diff tc-ppc.c
author
Kim Knuttila
<krk@cygnus>
Wed, 27 Sep 1995 16:03:36 +0000
(16:03 +0000)
committer
Kim Knuttila
<krk@cygnus>
Wed, 27 Sep 1995 16:03:36 +0000
(16:03 +0000)
gas/config/tc-ppc.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-ppc.c
b/gas/config/tc-ppc.c
index 095dd8a6a63e93aa09c4359201967bf2c0d0006c..31bf3f8a6ec46517a976312cff5dada1184f4e7e 100644
(file)
--- a/
gas/config/tc-ppc.c
+++ b/
gas/config/tc-ppc.c
@@
-1753,6
+1753,8
@@
ppc_csect (ignore)
sym->sy_tc.align = get_absolute_expression ();
}
+ ppc_current_csect = sym;
+
demand_empty_rest_of_line ();
}
@@
-2267,6
+2269,8
@@
ppc_toc (ignore)
symbol_append (sym, list->sy_tc.within, &symbol_rootP, &symbol_lastP);
}
+ ppc_current_csect = ppc_toc_csect;
+
demand_empty_rest_of_line ();
}