Home | History | Annotate | Download | only in info

Lines Matching full:arch

2082 `gdb/config/ARCH/XYZ.mh'
2094 `gdb/config/ARCH/xm-XYZ.h'
2363 -- Function: void gdbarch_register_osabi (enum bfd_architecture ARCH,
2368 architecture, machine type and OS ABI specified by ARCH, MACHINE
2374 bfd_architecture ARCH, enum bfd_flavour FLAVOUR, enum
2377 architecture/flavour pair specified by ARCH and FLAVOUR. If ARCH
3200 two, a multi-arch definition of all architecture dependent macros
3754 `gdb/config/ARCH/TTT.mt'
3772 `gdb/ARCH-tdep.c'
3773 `gdb/ARCH-tdep.h'
3779 `gdb/config/ARCH/tm-TTT.h'
3786 `gdb/config/ARCH/tm-ARCH.h'
3798 instruction needed; etc.). Then write a `ARCH/tm-OS.h' that just
3799 `#include's `tm-ARCH.h' and `config/tm-OS.h'.
3801 9.13 Converting an existing Target Architecture to Multi-arch
3805 an existing target architecture to the multi-arch framework.
3814 * Replace a non-multi-arch with a multi-arch mechanism (e.g.,
3817 * Enable multi-arch level one.
3843 9.13.2 Add the multi-arch initialization code
3846 The objective of this step is to establish the basic multi-arch
3883 `config/ARCH/tm-ARCH.h'.
3886 9.13.3 Update multi-arch incompatible mechanisms
3889 Some mechanisms do not work with multi-arch. They include:
3897 9.13.4 Prepare for multi-arch level to one
3914 9.13.5 Set multi-arch level one
3929 9.13.7 Set multi-arch level to two
3937 The `tm-ARCH.h' can be deleted. `ARCH.mt' and `configure.in' updated.
4075 `gdb/config/ARCH/XYZ.mh'
4090 `gdb/config/ARCH/nm-XYZ.h'
4713 The multi-arch framework includes a mechanism for adding module
4745 Given the architecture ARCH and module data handle DATA_HANDLE
5272 `ARCH-XVEND-XOS' (e.g., `sparc-sun-sunos4'). In particular:
5274 * In the top level directory, edit `config.sub' and add ARCH, XVEND,
5277 an alias that maps to `ARCH-XVEND-XOS'. You can test your changes
5284 ./config.sub `ARCH-XVEND-XOS'
5286 which should both respond with `ARCH-XVEND-XOS' and no error
7169 * converting targets to multi-arch: Target Architecture Definition.
7439 * multi-arch data: Coding. (line 100)