diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-03 00:44:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-03 00:44:23 +0000 |
commit | 2739f79a3b180bb7ebad504ad8e5a77123f346c8 (patch) | |
tree | e2f4be34fdd6902773e55384b8a273490b04c1c9 | |
parent | 2003-05-02 Andrew Cagney <cagney@redhat.com> (diff) | |
download | binutils-gdb-2739f79a3b180bb7ebad504ad8e5a77123f346c8.tar.gz binutils-gdb-2739f79a3b180bb7ebad504ad8e5a77123f346c8.tar.bz2 binutils-gdb-2739f79a3b180bb7ebad504ad8e5a77123f346c8.zip |
2003-05-02 Andrew Cagney <cagney@redhat.com>
* New file.
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | cpu/ChangeLog | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a2e155bbeb3..718d3741000 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9,7 +9,7 @@ Makefile.in; configure; configure.in binutils@sources.redhat.com gdb-patches@sources.redhat.com -bfd/; binutils/; gas/; gprof/; ld/; opcodes/; BFD's part of include/ +bfd/; binutils/; gas/; gprof/; ld/; opcodes/; cpu/; BFD's part of include/ binutils: http://sources.redhat.com/binutils/ Patches to binutils@sources.redhat.com. Please notify the following of any interface changes: diff --git a/cpu/ChangeLog b/cpu/ChangeLog new file mode 100644 index 00000000000..c66cc4b7b95 --- /dev/null +++ b/cpu/ChangeLog @@ -0,0 +1,11 @@ +2003-05-02 Andrew Cagney <cagney@redhat.com> + + * New file. + + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: |