diff options
author | John Gilmore <gnu@cygnus> | 1992-08-28 20:16:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-08-28 20:16:45 +0000 |
commit | d6776adba2fe1e34faba6172fee0751f4921a6d3 (patch) | |
tree | 195b56e04f00c599adf5b55840e56d72a047ba30 /gdb/29k-share | |
parent | 7079de160f858c742f82e912e5b64ae3f77291cb (diff) | |
download | gdb-d6776adba2fe1e34faba6172fee0751f4921a6d3.zip gdb-d6776adba2fe1e34faba6172fee0751f4921a6d3.tar.gz gdb-d6776adba2fe1e34faba6172fee0751f4921a6d3.tar.bz2 |
* vx-share/README, nindy-share/README: New files describing
how these directories' code is shared, and with whom.
(also 29k-share)
Diffstat (limited to 'gdb/29k-share')
-rw-r--r-- | gdb/29k-share/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/29k-share/README b/gdb/29k-share/README new file mode 100644 index 0000000..5e19715 --- /dev/null +++ b/gdb/29k-share/README @@ -0,0 +1,9 @@ +The files in this directory are shared with other debuggers and +debug interfaces that use Advanced Micro Devices' UDI (universal debug +interface) protocol. The protocol provides a common interface among +debuggers, logic analyzers, emulators, and embedded systems that use +AMD 29000 family processors. + +Do not change these files without coordinating with Advanced Micro +Devices, Embedded Processor Division, 5204 E. Ben White Blvd, Austin, TX 78741. +Maybe postmaster@cayman.amd.com can direct you to the current maintainers. |