* RE:
@ 2011-11-28 10:27 Belicov Alexei
0 siblings, 0 replies; 5+ messages in thread
From: Belicov Alexei @ 2011-11-28 10:27 UTC (permalink / raw)
To: gdb
Good day.
My name is Alexei, I'm from Moldova. I with my friends, doing volunteer work. We are helping an elderly neighbors, feed the cats and dogs in our yard. My wife teaches children in kindergarten English language.
We would be grateful if you send us free souvenirs with your logo at your discretion. Wealth and prosperity!
My contact information: 2015, Moldova, Chisinau, Titulescu 12-53, Belicov Alexei
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re:
@ 2006-03-14 16:16 Casandra Stevenson
2006-03-14 15:41 ` Re: Casandra Stevenson
0 siblings, 1 reply; 5+ messages in thread
From: Casandra Stevenson @ 2006-03-14 16:16 UTC (permalink / raw)
To: gdb
Hi gdb@sources.redhat.com,
M#edS like anti_biot_ics/b100d pre#ss#ure/chol-ester01/d!@betes me#ds=
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re:
@ 2004-10-29 17:52 ewright
0 siblings, 0 replies; 5+ messages in thread
From: ewright @ 2004-10-29 17:52 UTC (permalink / raw)
To: gdb
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
From: ewright@aidslaw.ca
Subject: De retour le 1 novembre / Back November 1
I'll be on vacation until August 9. If you have an urgent request, please contact Thomas Haig at thaig@aidslaw.ca, or by phone at 514-397-6828, ext. 224.
For all media inquiries, please contact Jean Dussault at (514) 708-0128 or notabene@globetrotter.net.
Otherwise, I will be happy to reply to your email upon my return.
Elana Wright
Canadian HIV/AIDS Legal Network
Je serai en vacances jusqu'au 9 août. Si c'est urgent, veuillez contactez Thomas Haig à thaig@aidslaw.ca, ou par téléphone au 514-397-6828, poste 224. Si vous êtes journaliste, svp contactez Jean Dussault au (514) 708-0128 ou notabene@globetrotter.net.
Je lirai mes courriels dès mon retour.
Elana Wright
Réseau juridique canadien VIH/sida
-------- Original Message --------
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <Pine.BSF.4.05.10006221115120.1946-100000@public.xfree86.org>]
* Re:
[not found] <Pine.BSF.4.05.10006221115120.1946-100000@public.xfree86.org>
@ 2000-06-24 6:01 ` Mark Kettenis
0 siblings, 0 replies; 5+ messages in thread
From: Mark Kettenis @ 2000-06-24 6:01 UTC (permalink / raw)
To: takis; +Cc: gdb
Date: Thu, 22 Jun 2000 11:26:04 -0700 (PDT)
From: Takis Psarogiannakopoulos <takis@XFree86.Org>
Dear Mark,
Thank you for answering this. Yes I know that FPU regs are short ints
(some of them) and I use the correct structs when I want to print
them. However by adding to i386dgux.mt the file i387-tdep.o we have an
immediate problem. It doesnt compile as it needs defs such as
FCOFF_REGNUM etc ... so there the question what is what.
That is where my e-mail was targetting. For the story I have ported
gdb-4.18 to DG/UX and sources are in ftp.xfree86.org
pub/XFree86/3.3.6/binaries/DGUX-ix86/GDB_BETA. (if you have time
take a look in the file there gdb/i386dgux-nat.c to verify that
I ma treating correctll the fpu regs). That port (fully working)
never make it to the oficcial 5.0 for several reasons (mailnly I had not
the time to request and sign copyright assignments for the *several* parts
of gdb as bfd, etc etc ...!
I've taken a look at the stuff now. However, since the FPU stuff is
rather different in 5.0, I don't think it's very useful to comment on
the way you handle things in your 4.18 based port. If you follow my
advice you shouldn't have to do any significant manipulations on the
FPU state at all, and you could remove most of your home-grown FPU
stuff from i386dgux-nat.c.
It would be great if you could contribute your DG/UX port back to the
FSF. Indeed we need a copyright assignment first. If you can find
the time to do them, please do so ASAP. They take some time being
processed.
Before we can integrate your DG/UX port into the official GDB tree,
some bits will have to be cleaned up. First of all, you'll have to
base your work on the current development version. Working from
snapshots is fine, but working from CVS is much more convenient.
Right now there is quite a bit of code duplication, and we'll have to
try to reduce that a bit. You've alse added some DG/UX-specific
#ifdefs that will have to be eliminated. I'll be happy to work
together on those issues.
Now since I dont have CVS I would be greatfull if you send the files
i387-nat.c and latest i386bsd.c ...
Since you told me you downloaded a recent snapshot, you probably
already have them. If you still need those files, drop me a mail.
Mark
From takis@XFree86.Org Sun Jun 25 06:30:00 2000
From: Takis Psarogiannakopoulos <takis@XFree86.Org>
To: kettenis@wins.uva.nl
Cc: gdb@sourceware.cygnus.com
Subject: RE:Re:
Date: Sun, 25 Jun 2000 06:30:00 -0000
Message-id: <Pine.BSF.4.05.10006250624510.26196-100000@public.xfree86.org>
X-SW-Source: 2000-06/msg00180.html
Content-length: 2839
Hi Mark,
On Sat, 24 Jun 2000, Mark Kettenis wrote:
> I've taken a look at the stuff now. However, since the FPU stuff is
> rather different in 5.0, I don't think it's very useful to comment on
> the way you handle things in your 4.18 based port. If you follow my
> advice you shouldn't have to do any significant manipulations on the
> FPU state at all, and you could remove most of your home-grown FPU
> stuff from i386dgux-nat.c.
Thats what I have done for the 5.0 release. I have integrate the routines
of i387-nat.c into i386dgux-nat.c (no i387-nat.c in 5.0) and remove most
of the floating point info handling code.
> It would be great if you could contribute your DG/UX port back to the
> FSF. Indeed we need a copyright assignment first. If you can find
> the time to do them, please do so ASAP. They take some time being
> processed.
I wouldnt have any problem to give free the code to FSF. If this
worth something, I am declaring here publickly that the code in
ftp.xfree.org is *free* and anyone is welcome to integrate it as he/she
finds appropriate to future gdb releases. In gdb-5.0 port there are
two main additions/changes:
1) Full support for pthreads (I am desperate for that)
2) A much better port of bfd that allows also binutils-2.9.1 to work
for DG/UX unix and build gnu-as and most importantly gnu-ld.
However all these are done with #ifdefs DGUX ... (mainly in bfd).
> Before we can integrate your DG/UX port into the official GDB tree,
> some bits will have to be cleaned up. First of all, you'll have to
> base your work on the current development version. Working from
> snapshots is fine, but working from CVS is much more convenient.
> Right now there is quite a bit of code duplication, and we'll have to
> try to reduce that a bit. You've alse added some DG/UX-specific
> #ifdefs that will have to be eliminated. I'll be happy to work
> together on those issues.
After finishing release 5.0-port we can have a go on that. If anything
it will allow me to not deal anymore so extensively with the gdb
port (from the moment that the code will be integrated in say 5.01).
Only things from then and on will be "building issues" but these can
be dealt also by ordinary DG/UX users that will watch your list and
have a go to build gdb snapshots.
> Since you told me you downloaded a recent snapshot, you probably
> already have them. If you still need those files, drop me a mail.
>
That is correct. I have seen the files now.
Regards,
Takis
PS: I am cc'ing the gdb list but ... your server has some problem:
> The IP number that I'm denying mail from is 204.152.184.37
> The list that you're on is ORBS. See:
> http://www.orbs.org/verify.cgi?address=204.152.184.37
> for more information about this list and why you are on it.
public.xfree86.org is certainly not the ORBS list ...
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-28 10:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28 10:27 Belicov Alexei
-- strict thread matches above, loose matches on Subject: below --
2006-03-14 16:16 Casandra Stevenson
2006-03-14 15:41 ` Re: Casandra Stevenson
2004-10-29 17:52 Re: ewright
[not found] <Pine.BSF.4.05.10006221115120.1946-100000@public.xfree86.org>
2000-06-24 6:01 ` Re: Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox