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 575329 Details for
Bug 809616
default enabled --build-id causes excessive memory utilization for f77 codes with a large BSS
[?]
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]
Skip sections with no contents
binutils-rh809616.patch (text/plain), 843 bytes, created by
Nick Clifton
on 2012-04-05 09:03:21 UTC
(
hide
)
Description:
Skip sections with no contents
Filename:
MIME Type:
Creator:
Nick Clifton
Created:
2012-04-05 09:03:21 UTC
Size:
843 bytes
patch
obsolete
>*** binutils-2.20.51.0.2.orig/bfd/elfcode.h 2012-04-05 09:58:31.595825648 +0100 >--- binutils-2.20.51.0.2/bfd/elfcode.h 2012-04-05 09:58:59.042824782 +0100 >*************** elf_checksum_contents (bfd *abfd, >*** 1186,1194 **** > elf_swap_shdr_out (abfd, &i_shdr, &x_shdr); > (*process) (&x_shdr, sizeof x_shdr, arg); > > if (i_shdr.contents) > (*process) (i_shdr.contents, i_shdr.sh_size, arg); >! else > { > asection *sec; > >--- 1186,1196 ---- > elf_swap_shdr_out (abfd, &i_shdr, &x_shdr); > (*process) (&x_shdr, sizeof x_shdr, arg); > >+ /* PR ld/12451: >+ Process the section's contents, if it has some. Read them in if necessary. */ > if (i_shdr.contents) > (*process) (i_shdr.contents, i_shdr.sh_size, arg); >! else if (i_shdr.sh_type != SHT_NOBITS) > { > asection *sec; >
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 809616
:
574941
| 575329