diff options
author | David Lecomber <david@lecomber.net> | 2003-09-09 16:51:54 +0000 |
---|---|---|
committer | David Lecomber <david@lecomber.net> | 2003-09-09 16:51:54 +0000 |
commit | cd859a2010670cdeaf184903224ae2fac65afd6a (patch) | |
tree | 6fa7c150b0bf40548ae92e1179b9cc591caf79f3 /gdb/ppc-tdep.h | |
parent | e8a7b686ffab6f15e4d30df4abbb1ed7096122b9 (diff) | |
download | gdb-cd859a2010670cdeaf184903224ae2fac65afd6a.zip gdb-cd859a2010670cdeaf184903224ae2fac65afd6a.tar.gz gdb-cd859a2010670cdeaf184903224ae2fac65afd6a.tar.bz2 |
Change array element access to something similar to way C works.
The old method would drag in the entire array, then look for the
single element. This method just gets the right element out instead.
Saves memory, and saves a crash for array with (*) as one of the
dimensions when it would previously have allocated (unsigned int) -1 bytes.
Diffstat (limited to 'gdb/ppc-tdep.h')
0 files changed, 0 insertions, 0 deletions