mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.
This commit is contained in:
parent
88810f8cd1
commit
e98d298cda
@ -1,3 +1,7 @@
|
||||
2003-06-23 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.
|
||||
|
||||
2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/config/tc-i386.c (md_assemble): Support Intel Precott New
|
||||
|
@ -1342,7 +1342,7 @@ ppc_cleanup ()
|
||||
md_number_to_chars (p, (valueT) 8, 4);
|
||||
|
||||
p = frag_more (4);
|
||||
md_number_to_chars (p, (valueT) ppc_apuinfo_num, 4);
|
||||
md_number_to_chars (p, (valueT) ppc_apuinfo_num * 4, 4);
|
||||
|
||||
p = frag_more (4);
|
||||
md_number_to_chars (p, (valueT) 2, 4);
|
||||
|
Loading…
Reference in New Issue
Block a user