From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Bambrough To: gdb-patches@cygnus.com Subject: Re: support for ARM GNU/Linux Date: Mon, 12 Apr 1999 13:19:00 -0000 Message-id: <371258E5.512C0F84@corelcomputer.com> References: X-SW-Source: 1999-q2/msg00012.html Philip Blundell wrote: > > This patch adds support for GNU/Linux running on ARM systems. > > p. > > 1999-04-12 Philip Blundell > Scott Bambrough > > Support for ARM GNU/Linux: > * configure.tgt: Recognize arm*-*-linux* configuration. Set > cpu name to `arm' for any `arm*-*-*' configuration name. > * configure.host: Likewise. > * config/arm/linux.mh, config/arm/linux.mt: New files. > * config/arm/tm-linux.h, config-arm/xm-linux.h, > config/arm/nm-linux.h: Likewise. > * armlnx-tdep.c, armlnx-xdep.c, armlnx-nat.c: Likewise. > > * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT, > THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT, LOWEST_PC, > LITTLE_BREAKPOINT, BIG_BREAKPOINT): Move > definitions to... > * config/arm/tm-arm.h: ... here. > I don't believe the bfd support in the GDB snapshots will support this target ATM, that's why I haven't submitted my changes for inclusion in GDB. Be forewarned. Scott From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Bambrough To: gdb-patches@cygnus.com Subject: Re: support for ARM GNU/Linux Date: Mon, 12 Apr 1999 14:12:00 -0000 Message-ID: <371258E5.512C0F84@corelcomputer.com> References: X-SW-Source: 1999-04/msg00012.html Message-ID: <19990412141200.6jEj-HynB7lE26YVvj7VOYpZTP0DWSg325oKOuJlEIg@z> Philip Blundell wrote: > > This patch adds support for GNU/Linux running on ARM systems. > > p. > > 1999-04-12 Philip Blundell > Scott Bambrough > > Support for ARM GNU/Linux: > * configure.tgt: Recognize arm*-*-linux* configuration. Set > cpu name to `arm' for any `arm*-*-*' configuration name. > * configure.host: Likewise. > * config/arm/linux.mh, config/arm/linux.mt: New files. > * config/arm/tm-linux.h, config-arm/xm-linux.h, > config/arm/nm-linux.h: Likewise. > * armlnx-tdep.c, armlnx-xdep.c, armlnx-nat.c: Likewise. > > * arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT, > THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT, LOWEST_PC, > LITTLE_BREAKPOINT, BIG_BREAKPOINT): Move > definitions to... > * config/arm/tm-arm.h: ... here. > I don't believe the bfd support in the GDB snapshots will support this target ATM, that's why I haven't submitted my changes for inclusion in GDB. Be forewarned. Scott >From philb@gnu.org Mon Apr 12 15:42:00 1999 From: Philip Blundell To: scottb@corelcomputer.com Cc: gdb-patches@cygnus.com Subject: Re: support for ARM GNU/Linux Date: Mon, 12 Apr 1999 15:42:00 -0000 Message-id: References: <371258E5.512C0F84@corelcomputer.com> X-SW-Source: 1999-04/msg00013.html Content-length: 373 >I don't believe the bfd support in the GDB snapshots will support this target >ATM, that's why I haven't submitted my changes for inclusion in GDB. Be >forewarned. There are possibly a few changes that need pulling over from gas2, but broadly speaking I think it ought to work. I must admit I was actually using the bfd from gas when I tested the patch though. p.