OSDN Git Service

gdb/
[pf3gnuchains/sourceware.git] / rda / REMOTE-HACK-RULES
1 RDA hack rules:
2
3 The RDA package is used by several programs, so it is important to
4 keep the external interface of the lib part as stable as possible.  
5
6 Since some programs that depend on RDA are kept in separate source
7 trees, it is not easy to test whether changes to the lib/ directory will
8 regress them.  Each proposed change to devo/remote/lib should be tested
9 by building:
10         remote/samples
11         sid/component/gdb
12 and running gdb against the code.  Submit patches to the MAINTAINERS.  
13
14 You are welcome to create new subdirectories for applications that use
15 this library.
16
17 Discussion of this package is held at
18         gdb@sourceware.cygnus.com
19
20
21 TODO:
22
23 New sample server programs for remote/samples.
24
25 Convert RDA into an optionally installable library,
26 with tidied-up headers.
27
28 MAN pages.
29
30 Test suite.
31
32 Ports to more hosts.
33
34
35
36 add --enable-build-warnings.
37 See bfd for how to have it work with automake.