This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

symtab/1318: Make HP/UX use section indexes and not 0, 1, 2, 3


>Number:         1318
>Category:       symtab
>Synopsis:       Make HP/UX use section indexes and not 0, 1, 2, 3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          maintenance
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 05 04:58:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
It should be possible to merge "section" and "bfd_section" into a single obj_section pointer and (perhaphs) a `relocate' bit - saving ~2 bytes off every symbol.

A problem in the way of this is HP/UX which uses the constants 0, 1, 2, 3 as well known section indexes (when they definitly are not).

As the comment suggests, it should look up $TEXT$, et.al. and use that value.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]