Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
ppe42-binutils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenPOWER Firmware
ppe42-binutils
Commits
e98d298c
Commit
e98d298c
authored
Jun 24, 2003
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.
parent
88810f8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
gas/ChangeLog
gas/ChangeLog
+4
-0
gas/config/tc-ppc.c
gas/config/tc-ppc.c
+1
-1
No files found.
gas/ChangeLog
View file @
e98d298c
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
...
...
gas/config/tc-ppc.c
View file @
e98d298c
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment