Bug 1450 - implement frysk.sys.proc.Auxv in CNI
Summary: implement frysk.sys.proc.Auxv in CNI
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on: 1767
Blocks: 1593
  Show dependency treegraph
 
Reported: 2005-10-09 15:11 UTC by Andrew Cagney
Modified: 2005-10-30 20:47 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-10-09 15:11:43 UTC
Note, need to be careful about byte and word ordering.
Comment 1 Andrew Cagney 2005-10-30 20:47:14 UTC
Index: frysk-core/frysk/proc/ChangeLog
2005-10-30  Andrew Cagney  <cagney@redhat.com>

        * TestProcGet.java: Fix typo, auxv.val not auxv.type.
        * Proc.java: Add .sendrecAuxv.  Implement .getAuxv locally.
        * LinuxProc.java: Replace .getAuxv with .sendrecAuxv.  Use
        frysk.sys.proc.AuxiliaryVectorBuilder to construct the auxv.
        * Auxv.java: Simplify.

Index: frysk-core/prog/ChangeLog
2005-10-30  Andrew Cagney  <cagney@redhat.com>

        * util/auxv.java: Re-implement using
        frysk.sys.proc.AuxiliaryVectorBuilder.

Index: frysk-sys/frysk/sys/proc/ChangeLog
2005-10-30  Andrew Cagney  <cagney@redhat.com>

        * cni/AuxiliaryVectorBuilder.cxx:
        * AuxiliaryVectorBuilder.java: New.
        * cni/AuxiliaryVectorBuilder.cxx: New.
        * cni/slurp.hxx, cni/slurp.c (slurp): Return an int, not a long.