Ticket #2542 (closed defect: fixed)
not all AMD64 registers are highlighted in mcedit
Reported by: | mmarkk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.5 |
Component: | mcedit | Version: | 4.7.0.6 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
movb $6, %r12b js .L9 movq %rbx, %rdi call nfq_fd movl %eax, %r13d
r12b
r13d
are not highlited.
mc 4.7.0.6, standard in ubuntu 10.10
Attachments
Change History
comment:1 Changed 14 years ago by mmarkk
- Summary changed from not all AMD64 registers are highlited in mcedit to not all AMD64 registers are highlighted in mcedit
comment:2 Changed 12 years ago by nafraf
- Branch state set to no branch
AMD64 Register Names Mode 64-bit were added to assembler.syntax file.
Register names were taken from: http://developers.sun.com/solaris/articles/asmregs.html
New file is in attachment.
comment:3 follow-up: ↓ 5 Changed 12 years ago by nafraf
- Status changed from new to accepted
- Owner set to nafraf
comment:4 Changed 12 years ago by nafraf
- Priority changed from major to minor
- Status changed from accepted to testing
- Resolution set to fixed
comment:5 in reply to: ↑ 3 Changed 12 years ago by andrew_b
- Status changed from testing to reopened
- Resolution fixed deleted
- Milestone changed from 4.8 to Future Releases
Please don't touch owner, status, resolution and priority if you don't understand exactly what that means.
comment:6 Changed 12 years ago by andrew_b
- Owner nafraf deleted
- Status changed from reopened to assigned
comment:7 Changed 12 years ago by andrew_b
- Keywords stable-candidate added
- Status changed from assigned to testing
- Resolution set to fixed
- Branch state changed from no branch to merged
- Milestone changed from Future Releases to 4.8.5
Applied in master: [b69d41d127e2d13cd2b8abe5061f882975af1143].
comment:8 Changed 12 years ago by andrew_b
- Status changed from testing to closed
- Keywords stable-candidate removed
- Votes for changeset set to committed-master committed-stable
Cherry-picked to 4.8.1-stable: [d5fceb93100ce0eb0f00a9fd0c381e8ca4949981].
Note: See
TracTickets for help on using
tickets.