This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [commit, 6.0] Fix fnchange ARI problems


> Date: Sat, 02 Aug 2003 22:24:32 -0400
> From: Andrew Cagney <ac131313@redhat.com>
> 
> Just FYI.

Thanks.

However, I think these 2 remappings are gross:

> +@V@/gdb/amd64fbsd-tdep.c @V@/gdb/x86fb-tdep.c
> +@V@/gdb/amd64fbsd-nat.c @V@/gdb/x86fb-nat.c

Up until now, I was trying to preserve at least the few first letters
of the original name, so that a reasonable person could have a chance
of deducting the original name from the butchered one.  The above
goes a long way toward breaking that.

So I suggest the following instead:

> +@V@/gdb/amd64fbsd-tdep.c @V@/gdb/amd64f-tdep.c
> +@V@/gdb/amd64fbsd-nat.c @V@/gdb/amd64f-nat.c

Or are these already taken?


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