[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/10133] no string merge in .shstrtab?
From: |
cvs-commit at gcc dot gnu dot org |
Subject: |
[Bug gold/10133] no string merge in .shstrtab? |
Date: |
23 Jun 2009 07:04:27 -0000 |
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-23
07:04 -------
Subject: Bug 10133
CVSROOT: /cvs/src
Module name: src
Changes by: address@hidden 2009-06-23 07:04:10
Modified files:
gold : ChangeLog layout.cc stringpool.cc stringpool.h
Log message:
PR 10133
* stringpool.h (class Stringpool_template): Add optimize_ field.
(Stringpool_template::set_optimize): New function.
* stringpool.cc (Stringpool_template::Stringpool_template):
Initialize optimize_ field.
(Stringpool_template::set_string_offsets): Test local optimize
fild rather than parameter.
* layout.cc (Layout::Layout): Call set_optimize on the section
name stringpool.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.244&r2=1.245
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.127&r2=1.128
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/stringpool.cc.diff?cvsroot=src&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/stringpool.h.diff?cvsroot=src&r1=1.22&r2=1.23
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10133
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gold/10133] no string merge in .shstrtab?,
cvs-commit at gcc dot gnu dot org <=