Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302566 Details for
Bug 442684
3 gdb build errors on ia64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix the build errors
gdb-6.8-ia64.patch (text/plain), 1.28 KB, created by
Zhan, Yi
on 2008-04-16 09:17:21 UTC
(
hide
)
Description:
fix the build errors
Filename:
MIME Type:
Creator:
Zhan, Yi
Created:
2008-04-16 09:17:21 UTC
Size:
1.28 KB
patch
obsolete
>diff -ruNa gdb-6.8.orig/gdb/ia64-tdep.c gdb-6.8/gdb/ia64-tdep.c >--- gdb-6.8.orig/gdb/ia64-tdep.c 2008-04-16 15:50:00.000000000 +0800 >+++ gdb-6.8/gdb/ia64-tdep.c 2008-04-16 16:02:15.000000000 +0800 >@@ -1234,7 +1234,7 @@ > spill_reg = rN; > last_prologue_pc = next_pc; > } >- else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM] && >+ else if (qp == 0 && rM >= 32 && rM < 40 && !instores[rM-32] && > rN < 256 && imm == 0) > { > /* mov rN, rM where rM is an input register */ >@@ -2085,8 +2085,8 @@ > { > /* Compute address of nat collection bits */ > CORE_ADDR nat_collection; >- nat_addr = gr_addr | 0x1f8; > int nat_bit; >+ nat_addr = gr_addr | 0x1f8; > /* If our nat collection address is bigger than bsp, we have to get > the nat collection from rnat. Otherwise, we fetch the nat > collection from the computed address. FIXME: Do not know if >diff -ruNa gdb-6.8.orig/gdb/libunwind-frame.c gdb-6.8/gdb/libunwind-frame.c >--- gdb-6.8.orig/gdb/libunwind-frame.c 2008-04-16 15:50:00.000000000 +0800 >+++ gdb-6.8/gdb/libunwind-frame.c 2008-04-16 15:59:14.000000000 +0800 >@@ -133,7 +133,6 @@ > { > unw_accessors_t *acc; > unw_addr_space_t as; >- unw_word_t fp; > unw_word_t fp, sp; > unw_regnum_t uw_sp_regnum; > struct libunwind_frame_cache *cache;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442684
: 302566