Author: fejj
Date: Fri Jan 18 21:42:01 2008
New Revision: 306
URL: http://svn.gnome.org/viewvc/alleyoop?rev=306&view=rev
Log:
minor fixes to elf code
Modified:
trunk/src/legolas.c
trunk/src/legolas.h
Modified: trunk/src/legolas.c
==============================================================================
--- trunk/src/legolas.c (original)
+++ trunk/src/legolas.c Fri Jan 18 21:42:01 2008
@@ -55,7 +55,7 @@
static char *elf_class[ELFCLASSNUM] = {
"Invalid class",
"32-bit objects",
- "64-but objects"
+ "64-bit objects"
};
static char *elf_data[ELFDATANUM] = {
Modified: trunk/src/legolas.h
==============================================================================
--- trunk/src/legolas.h (original)
+++ trunk/src/legolas.h Fri Jan 18 21:42:01 2008
@@ -44,7 +44,7 @@
typedef struct _ElfSymbol {
struct _ElfSymbol *next;
- struct _ElfSection *sect;
+ ElfSection *sect;
const char *name;
ElfDesc *elfd;
size_t index;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.