This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add support for Redox on i386 and x86_64


Hi Jeremy,

> This set of changes will add support for the Redox OS target to GNU binutils.

Please could you provide ChangeLog entries for the patch as well.

> diff --git a/bfd/config.bfd b/bfd/config.bfd

The changes to this file are OK.

> diff --git a/config.sub b/config.sub

Note - this file is shared between the binutils/gdb projects and the gcc
project, so any changes made here should also be reflected in the gcc
sources.

> diff --git a/gas/configure.tgt b/gas/configure.tgt

The changes to this file are OK.

> diff --git a/gdb/configure.tgt b/gdb/configure.tgt

Changes to GDB files should be submitted to the GDB mailing list.
They cannot be approved here.  Also...

> @@ -281,8 +281,8 @@ iq2000-*-*)
>   gdb_sim=../sim/iq2000/libsim.a
>   ;;
> 
> -lm32-*-*)
> - gdb_target_obs="lm32-tdep.o"
> +lm32-*-*)
> + gdb_target_obs="lm32-tdep.o"
>   gdb_sim=../sim/lm32/libsim.a
>   ;;
> 
> @@ -613,7 +613,7 @@ tic6x-*-*linux)
>   ;;
> 
>  tic6x-*-*)
> - # Target: TI C6X
> + # Target: TI C6X
>   gdb_target_obs="tic6x-tdep.o"
>   ;;
> 

These two frags appear to be cosmetic changes, and unrelated to adding
redox support.  I suspect that you will want to remove them.

> diff --git a/ld/configure.tgt b/ld/configure.tgt

The changes to this file are OK.

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]