X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2FPORTING;h=4c2154a416eb005495a5a9471c935673d3f18a3e;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=c8bfd77b96ffb1b4b1da02b2fbc111418fec7025;hpb=252b5132c753830d5fd56823373aed85f2a0db63;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/PORTING b/bfd/PORTING index c8bfd77b96..4c2154a416 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -19,7 +19,7 @@ You need to create .c and config/.mt, and add a case for it to a case statements in bfd/configure.host and bfd/config.bfd, which associates each canonical host type with a BFD host type (used as the base of the makefile fragment names), and to the -table in bfd/configure.in which associates each target vector with +table in bfd/configure.ac which associates each target vector with the .o files it uses. config/.mt is a Makefile fragment. @@ -29,7 +29,7 @@ SELECT_ARCHITECTURES=bfd__arch See the list of cpu types in archures.c, or "ls cpu-*.c". If your architecture is new, you need to add it to the tables -in bfd/archures.c, opcodes/configure.in, and binutils/objdump.c. +in bfd/archures.c, opcodes/configure.ac, and binutils/objdump.c. For more information about .mt and .mh files, see config/README. @@ -81,3 +81,9 @@ SEGMENT_SIZE TARGETNAME The name of the target, for run-time lookups. Usually "a.out-" + +Copyright (C) 2012-2020 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.