public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* The definition for bfd_mach_sh4 is missing .
@ 2000-02-01  5:54 Robert
  2000-02-01 16:34 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Robert @ 2000-02-01  5:54 UTC (permalink / raw)
  To: insight

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

The definition for 
bfd_mach_sh4 is missing from the file File bfd/bfd-in2.h the patch below 
corrects this allowing target = sh-coff to build.
gdb/sh-tdep.c 
requires.
 
Robert.
 
bfd [54] diff 
-c3p  _bfd-in2.h bfd-in2.h *** _bfd-in2.h  Tue Feb 01 12:58:27 
2000 --- bfd-in2.h   Tue Feb 01 12:58:14 2000 *************** 
enum bfd_architecture *** 1340,1345 **** --- 1340,1346 ----   
#define 
bfd_mach_sh            
0   #define bfd_mach_sh3        
0x30   #define bfd_mach_sh3e       
0x3e + #define bfd_mach_sh4        
0x40     bfd_arch_alpha,      /* Dec 
Alpha */   #define bfd_mach_alpha_ev4  0x10   #define 
bfd_mach_alpha_ev5  0x20

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: The definition for bfd_mach_sh4 is missing .
  2000-02-01  5:54 The definition for bfd_mach_sh4 is missing Robert
@ 2000-02-01 16:34 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2000-02-01 16:34 UTC (permalink / raw)
  To: Robert, GDB Patches; +Cc: insight

[Technically this is a BFD problem, however, only GDB is showing it at
present]

Hi,

Can you put a note in your diary to check on this issue in about a
fortnight (two weeks).  It and a few others should be resolved next week
as part of the gdb-on-sourceware post-mortem however such issues could
be missed.

	Andrew


> Robert wrote:
> 
> The definition for bfd_mach_sh4 is missing from the file File
> bfd/bfd-in2.h the patch below corrects this allowing target = sh-coff
> to build.
> gdb/sh-tdep.c requires.
> 
> Robert.
> 
> bfd [54] diff -c3p  _bfd-in2.h bfd-in2.h
> *** _bfd-in2.h  Tue Feb 01 12:58:27 2000
> --- bfd-in2.h   Tue Feb 01 12:58:14 2000
> *************** enum bfd_architecture
> *** 1340,1345 ****
> --- 1340,1346 ----
>   #define bfd_mach_sh            0
>   #define bfd_mach_sh3        0x30
>   #define bfd_mach_sh3e       0x3e
> + #define bfd_mach_sh4        0x40
>     bfd_arch_alpha,      /* Dec Alpha */
>   #define bfd_mach_alpha_ev4  0x10
>   #define bfd_mach_alpha_ev5  0x20

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-01 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-01  5:54 The definition for bfd_mach_sh4 is missing Robert
2000-02-01 16:34 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).