search for: stab

Displaying 20 results from an estimated 829 matches for "stab".

Did you mean: slab
2001 Jul 01
1
Compile error in x86 Solaris
...iscemu/miscemu.o -L./dlls -lntdll -L./library -lwine -L./unicode -lwine_unicode -lsocket -lnsl -lm make[1]: Entering directory `/d1/wine-20010629/debugger' gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -D_REENTRANT -I/usr/openwin/include -o stabs.o stabs.c stabs.c:1271: warning: `struct r_debug' declared inside parameter list stabs.c:1271: warning: its scope is only this definition or declaration, which is probably not what you want. stabs.c: In function `DEBUG_WalkList': stabs.c:1274: storage size of `lm' isn't known stabs...
2016 Aug 19
2
Replacement for the .stabs directive
Hello Everyone , We have the legacy code ,that uses the .stabs directive quiet often in the source code like .stabs "symbol_name", 100, 0, 0, 0 + .label_one f; .label_one stmt and ,the above code is wrapped with the inline asm in the c source file . we are using clang 3.8(with lto) and as you know that builtin assembler / MC streame...
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
...LD_DEFAULT*/(void*)RTLD_LAZY, symbolName); than compilation itself finished, just linkage failed with one screen output! The beginning of output is here (sorry if it is too much for this maillist...) : ------------------------------------- /cygdrive/w/tmp/llvm/llvm/lib/Support/Debug/CommandLine.o(.stab+0xce68): In function `GLOBAL__D__ZN2cl23ParseEnvironmentOptionsEPKcS1_S1_': /cygdrive/w/tmp/llvm/llvm/lib/Support/CommandLine.cpp:883: reloc refers to symbol `.text$_ZNSt22_Rb_tree_base_iterator12_M_incrementEv' which is not being output /cygdrive/w/tmp/llvm/llvm/lib/Support/Debug/CommandLi...
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...rged into text segment: */ - . = 0x600; - .text : - { - *(.text*) - *(.rodata*) - } =0x90909090 - - . = ALIGN(4); - .data : - { - *(.data*) - } - - . = ALIGN(128); - .bss : - { - *(.bss*) - } - - . = 0x7c00; - .bootsec : - { - *(.bootsec) - } - - /* Stabs debugging sections. */ - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - .comment 0 : { *(.commen...
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
...* Align here to ensure that the .bss section occupies space up to - _end. Align after .bss to ensure correct alignment even if the - .bss section disappears because there are no input sections. */ - . = ALIGN(32 / 8); - } - . = ALIGN(32 / 8); - _end = .; - PROVIDE (end = .); - /* Stabs debugging sections. */ - .stab 0 : { *(.stab) } - .stabstr 0 : { *(.stabstr) } - .stab.excl 0 : { *(.stab.excl) } - .stab.exclstr 0 : { *(.stab.exclstr) } - .stab.index 0 : { *(.stab.index) } - .stab.indexstr 0 : { *(.stab.indexstr) } - .comment 0 : { *(.commen...
2008 Jan 23
6
JRuby and callbacks?
Hi all, Any Java/JRuby folks on the list? I''d like to see if we can implement api.c for JRuby using JNA and see how it handles the callbacks. I''m not a Java guy, nor do I know JNA, but I''ll take a stab at it if no one else on the list does. Here are a couple of useful links: http://www.infoq.com/news/2007/09/jna-jruby https://jna.dev.java.net/ Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communicati...
2009 May 15
3
The "core32" development branch
Well, there is now a development branch in the git repository, which contains the infrastructure needed for rewriting the core in C. As an initial test case it simply contains a "Hello, World!" and a rewrite of rllpack in C. This is not production code in any way: SYSLINUX (the FAT version) is completely broken (I haven't had time to fix the installers yet) and the Linux kernel
2019 Jan 21
0
[PATCH] ia64: Fix shared build
...put sections. + FIXME: Why do we need it? When there is no .bss section, we don't + pad the .data section. */ + . = ALIGN(. != 0 ? 64 / 8 : 1); + } + . = ALIGN(64 / 8); + . = SEGMENT_START("ldata-segment", .); + . = ALIGN(64 / 8); + _end = .; PROVIDE (end = .); + /* Stabs debugging sections. */ + .stab 0 : { *(.stab) } + .stabstr 0 : { *(.stabstr) } + .stab.excl 0 : { *(.stab.excl) } + .stab.exclstr 0 : { *(.stab.exclstr) } + .stab.index 0 : { *(.stab.index) } + .stab.indexstr 0 : { *(.stab.indexstr) } + .comment 0 : { *(.commen...
2019 Jan 21
0
[klibc:master] ia64: Fix shared build
...put sections. + FIXME: Why do we need it? When there is no .bss section, we don't + pad the .data section. */ + . = ALIGN(. != 0 ? 64 / 8 : 1); + } + . = ALIGN(64 / 8); + . = SEGMENT_START("ldata-segment", .); + . = ALIGN(64 / 8); + _end = .; PROVIDE (end = .); + /* Stabs debugging sections. */ + .stab 0 : { *(.stab) } + .stabstr 0 : { *(.stabstr) } + .stab.excl 0 : { *(.stab.excl) } + .stab.exclstr 0 : { *(.stab.exclstr) } + .stab.index 0 : { *(.stab.index) } + .stab.indexstr 0 : { *(.stab.indexstr) } + .comment 0 : { *(.commen...
2007 Mar 19
2
Wine crash
...rred libx11.so.6 ELF 7eaeb000-7eaf9000 Deferred libxext.so.6 ELF 7eaf9000-7eafe000 Deferred libxxf86vm.so.1 ELF 7eafe000-7eb16000 Deferred libice.so.6 ELF 7eb16000-7eb1f000 Deferred libsm.so.6 ELF 7eb1f000-7eb9b000 Stabs winex11<elf> \-PE 7eb30000-7eb9b000 \ winex11 ELF 7eb9b000-7ebac000 Deferred libz.so.1 ELF 7ebac000-7ec11000 Deferred libfreetype.so.6 ELF 7ec11000-7ec51000 Deferred advapi32<elf> \-PE 7ec20000-7ec51...
2007 Oct 27
0
Who wants to take a stab at IO.foreach?
Hi all, Anyone want to help with a native IO.foreach? I''m missing some of the critical logic here. This currently just does a straight BYTE_MAX data read, instead of a line by line data read, and doesn''t deal with lines split between multiple reads. I checked strtok into CVS (for windows-pr) if anyone wants to use that instead of String#split. It''s in
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
Hi, In http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html, I noted that the often-observed hangs of rsync under Cygwin were assuaged by a call to msleep(). After upgrading my Cygwin environment to rsync 2.5.6, I'm seeing these hangs again, not surprisingly given a CVS entry for main.c notes that this kludge was not harmless: Revision 1.162 / (download) - annotate - [select for
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi, I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the bug I got a bit carried away and fixed a few other things as well. Here are various miscellaneous MIPS patches, although the first patch is the important one. Thanks, James *** BLURB HERE *** James Cowgill (5): mips64: compile with -mno-abicalls mips: use -Ttext-segment when linking shared library
2001 Oct 26
1
first stabs at wine - need a bit of help
Hello all, I'm using a Windows machine, navalle, to copy files to my Linux box, lucifer, which will hopefully run Wine. I'm keeping a careful log of exactly how I install wine. This is what i've done so far: 1. Let ~ = lucifer:/home/p/.wine/fake_windows 2. apt-get install wine-doc winesetuptk wine-utils wine wine-lib: ii libwine 0.20011026.033 Windows Emulator (Library)
2014 Mar 11
4
[PATCH] add mips64 support
...* Align here to ensure that the .bss section occupies space up to + _end. Align after .bss to ensure correct alignment even if the + .bss section disappears because there are no input sections. */ + . = ALIGN(32 / 8); + } + . = ALIGN(32 / 8); + _end = .; + PROVIDE (end = .); + /* Stabs debugging sections. */ + .stab 0 : { *(.stab) } + .stabstr 0 : { *(.stabstr) } + .stab.excl 0 : { *(.stab.excl) } + .stab.exclstr 0 : { *(.stab.exclstr) } + .stab.index 0 : { *(.stab.index) } + .stab.indexstr 0 : { *(.stab.indexstr) } + .comment 0 : { *(.commen...
2017 Feb 07
2
Your help needed: List of LLVM Open Projects 2017 (Modula-3)
...features. Having more complete DWARF (and CodeView) support will benefit many out-of-tree language frontends. > > Speaking for myself, one of the primary motives for wanting an LLVM back end > is better debug information. The current debug info is a horribly cobbled-up > extension of stabs, with the majority of the useful information encoded inside > the string fields of stabs, in ways the various stabs definitions know nothing > about, leaving stabs largely just a container. > > There has been a discussion on this list about separating LLVM debug info for types > an...
2007 Oct 21
0
Taking a stab at a pure Ruby Dir.glob
...e::FNM_CASEFOLD) } end def test_glob_expected_errors assert_raises(TypeError){ MyDir.glob("*", "*") } end def teardown @foo_files = nil @bar_files = nil FileUtils.rm_rf(''foo'') end end Please feel free to take a stab at this. Good luck! Regards, Dan PS - I took a look at Python''s fnmatch.py code. It''s of no use - they don''t support ''**'' or ''{}'' notation.
2015 Aug 25
4
request: HOWTO for Samba4.latest AD PDC
I'm looking for an up-to-date howto on using Samba as an AD PDC. I've been using Samba since the days of yore, but have recently acquired the resources to take another stab at implementing an AD system using Samba. Perhaps it has escaped notice that the page with the link text "Official HOWTO" on samba.org points to https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/ which is entitled "The Official Samba 3.5.x HOWTO and Reference Guide"....
2005 Dec 28
2
LDAP - authentication with bind vs. password attribute read
Any word on this patch? http://www.dovecot.org/list/dovecot/2004-June/003867.html If not, I'll take a stab at it. Geff