diff options
author | David MacKenzie <djm@cygnus> | 1993-08-07 22:45:02 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-07 22:45:02 +0000 |
commit | 61434ebb732018ec1346494061e478e75424a978 (patch) | |
tree | b137993c539dcdc555021715f72448492653ce13 /bfd/PORTING | |
parent | 2e39bde39f97aa15d07e677f1571668ae85f232d (diff) | |
download | gdb-61434ebb732018ec1346494061e478e75424a978.zip gdb-61434ebb732018ec1346494061e478e75424a978.tar.gz gdb-61434ebb732018ec1346494061e478e75424a978.tar.bz2 |
add pointer to config/README
Diffstat (limited to 'bfd/PORTING')
-rw-r--r-- | bfd/PORTING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/PORTING b/bfd/PORTING index d2d49110..3c4befe 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -22,6 +22,7 @@ DEFAULT_VECTOR=<target>_vec SELECT_ARCHITECTURES=bfd_<cpu>_arch See the list of cpu types in archures.c, or "ls cpu-*.c". +for more information about .mt and .mh files, see config/README. The file <target>.c is the hard part. It implements the bfd_target <target>_vec, which includes pointers to |