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
3daef248
Commit
3daef248
authored
Nov 11, 2013
by
Yufeng Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* elfxx-aarch64.c (_bfd_aarch64_elf_grok_prstatus): Fix hard-coded
size of struct elf_prstatus.
parent
e5cce97a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
bfd/ChangeLog
bfd/ChangeLog
+5
-0
bfd/elfxx-aarch64.c
bfd/elfxx-aarch64.c
+1
-1
No files found.
bfd/ChangeLog
View file @
3daef248
2013-11-12 Matthew Leach <Matthew.Leach@arm.comm>
* elfxx-aarch64.c (_bfd_aarch64_elf_grok_prstatus): Fix hard-coded
size of struct elf_prstatus.
2013-11-07 Roland McGrath <mcgrathr@google.com>
* archures.c (bfd_mach_i386_nacl): Fix definition so it doesn't
...
...
bfd/elfxx-aarch64.c
View file @
3daef248
...
...
@@ -500,7 +500,7 @@ _bfd_aarch64_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
default:
return
FALSE
;
case
408
:
/* sizeof(struct elf_prstatus) on Linux/arm64. */
case
392
:
/* sizeof(struct elf_prstatus) on Linux/arm64. */
/* pr_cursig */
elf_tdata
(
abfd
)
->
core
->
signal
=
bfd_get_16
(
abfd
,
note
->
descdata
+
12
);
...
...
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