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]

tdep/1300: Eliminate legacy read/write register gen from regcache


>Number:         1300
>Category:       tdep
>Synopsis:       Eliminate legacy read/write register gen from regcache
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          maintenance
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 27 15:08:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
The principal reason for retaining legacy_read_register_gen and legacy_write_register_gen should be no more.

Architectures now use the downward pseudo register read/write calls, rather than the deleted fetch/store pseudo register methods.

The latter assumed that pseudo registers could live in the chache (along with other wierdness), the former do not.
>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]