Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23729
b: refs/heads/master
c: f7b05e6
h: refs/heads/master
i:
  23727: fa09bfb
v: v3
  • Loading branch information
Luke Yang authored and Sam Ravnborg committed Mar 8, 2006
1 parent 8f838cc commit 4948fe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f1933620f57145212cdbb1ac6ce099eeeb21c5a
refs/heads/master: f7b05e64bdb2fcc4b2dc94a4bd9426adc70c9599
4 changes: 2 additions & 2 deletions trunk/scripts/genksyms/genksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#endif /* __GNU_LIBRARY__ */

#include "genksyms.h"

#include "../mod/elfconfig.h"
/*----------------------------------------------------------------------*/

#define HASH_BUCKETS 4096
Expand Down Expand Up @@ -458,7 +458,7 @@ export_symbol(const char *name)
fputs(">\n", debugfile);

/* Used as a linker script. */
printf("__crc_%s = 0x%08lx ;\n", name, crc);
printf("%s__crc_%s = 0x%08lx ;\n", MODULE_SYMBOL_PREFIX, name, crc);
}
}

Expand Down
4 changes: 2 additions & 2 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ static void parse_elf_finish(struct elf_info *info)
release_file(info->hdr, info->size);
}

#define CRC_PFX "__crc_"
#define KSYMTAB_PFX "__ksymtab_"
#define CRC_PFX MODULE_SYMBOL_PREFIX "__crc_"
#define KSYMTAB_PFX MODULE_SYMBOL_PREFIX "__ksymtab_"

static void handle_modversions(struct module *mod, struct elf_info *info,
Elf_Sym *sym, const char *symname)
Expand Down

0 comments on commit 4948fe6

Please sign in to comment.